{
    "status": "success",
    "base": {
        "keyword": "",
        "hex": {
            "value": "#ffffff87",
            "composition": {
                "red": "ff",
                "green": "ff",
                "blue": "ff",
                "alpha": "87"
            }
        },
        "rgba": {
            "value": "rgba(255, 255, 255, 0.53)",
            "composition": {
                "red": 255,
                "green": 255,
                "blue": 255,
                "alpha": 0.53
            }
        },
        "hsla": {
            "value": "hsla(85, 100%, 100%, 0.53)",
            "composition": {
                "hue": 85,
                "saturation": 100,
                "lightness": 100,
                "alpha": 0.53
            }
        },
        "hsla_raw": {
            "value": "hsla(85, 100%, 100%, 0.53)",
            "composition": {
                "hue": 85,
                "saturation": 100,
                "lightness": 100,
                "alpha": 0.53
            }
        }
    },
    "base_without_alpha": {
        "keyword": "white",
        "hex": {
            "value": "#ffffff",
            "composition": {
                "red": "ff",
                "green": "ff",
                "blue": "ff"
            }
        },
        "rgb": {
            "value": "rgb(255, 255, 255)",
            "composition": {
                "red": 255,
                "green": 255,
                "blue": 255
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        }
    },
    "base_without_alpha_contrasted_text": {
        "keyword": "black",
        "hex": {
            "value": "#000000",
            "composition": {
                "red": "00",
                "green": "00",
                "blue": "00"
            }
        },
        "rgb": {
            "value": "rgb(0, 0, 0)",
            "composition": {
                "red": 0,
                "green": 0,
                "blue": 0
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        }
    },
    "complementary": {
        "keyword": "",
        "hex": {
            "value": "#00000087",
            "composition": {
                "red": "00",
                "green": "00",
                "blue": "00",
                "alpha": "87"
            }
        },
        "rgba": {
            "value": "rgba(0, 0, 0, 0.53)",
            "composition": {
                "red": 0,
                "green": 0,
                "blue": 0,
                "alpha": 0.53
            }
        },
        "hsla": {
            "value": "hsla(0, 0%, 0%, 0.53)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0,
                "alpha": 0.53
            }
        },
        "hsla_raw": {
            "value": "hsla(0, 0%, 0%, 0.53)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0,
                "alpha": 0.53
            }
        }
    },
    "complementary_without_alpha": {
        "keyword": "black",
        "hex": {
            "value": "#000000",
            "composition": {
                "red": "00",
                "green": "00",
                "blue": "00"
            }
        },
        "rgb": {
            "value": "rgb(0, 0, 0)",
            "composition": {
                "red": 0,
                "green": 0,
                "blue": 0
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        }
    },
    "complementary_without_alpha_contrasted_text": {
        "keyword": "white",
        "hex": {
            "value": "#ffffff",
            "composition": {
                "red": "ff",
                "green": "ff",
                "blue": "ff"
            }
        },
        "rgb": {
            "value": "rgb(255, 255, 255)",
            "composition": {
                "red": 255,
                "green": 255,
                "blue": 255
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        }
    },
    "grayscale": {
        "keyword": "",
        "hex": {
            "value": "#ffffff87",
            "composition": {
                "red": "ff",
                "green": "ff",
                "blue": "ff",
                "alpha": "87"
            }
        },
        "rgba": {
            "value": "rgba(255, 255, 255, 0.53)",
            "composition": {
                "red": 255,
                "green": 255,
                "blue": 255,
                "alpha": 0.53
            }
        },
        "hsla": {
            "value": "hsla(85, 0%, 100%, 0.53)",
            "composition": {
                "hue": 85,
                "saturation": 0,
                "lightness": 100,
                "alpha": 0.53
            }
        },
        "hsla_raw": {
            "value": "hsla(85, 0%, 100%, 0.53)",
            "composition": {
                "hue": 85,
                "saturation": 0,
                "lightness": 100,
                "alpha": 0.53
            }
        }
    },
    "grayscale_without_alpha": {
        "keyword": "white",
        "hex": {
            "value": "#ffffff",
            "composition": {
                "red": "ff",
                "green": "ff",
                "blue": "ff"
            }
        },
        "rgb": {
            "value": "rgb(255, 255, 255)",
            "composition": {
                "red": 255,
                "green": 255,
                "blue": 255
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 100%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 100
            }
        }
    },
    "grayscale_without_alpha_contrasted_text": {
        "keyword": "black",
        "hex": {
            "value": "#000000",
            "composition": {
                "red": "00",
                "green": "00",
                "blue": "00"
            }
        },
        "rgb": {
            "value": "rgb(0, 0, 0)",
            "composition": {
                "red": 0,
                "green": 0,
                "blue": 0
            }
        },
        "hsl": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        },
        "hsl_raw": {
            "value": "hsl(0, 0%, 0%)",
            "composition": {
                "hue": 0,
                "saturation": 0,
                "lightness": 0
            }
        }
    }
}