{
    "status": "success",
    "base": {
        "keyword": "aquamarine",
        "hex": {
            "value": "#7fffd4",
            "composition": {
                "red": "7f",
                "green": "ff",
                "blue": "d4"
            }
        },
        "rgb": {
            "value": "rgb(127, 255, 212)",
            "composition": {
                "red": 127,
                "green": 255,
                "blue": 212
            }
        },
        "hsl": {
            "value": "hsl(160, 100%, 75%)",
            "composition": {
                "hue": 160,
                "saturation": 100,
                "lightness": 75
            }
        },
        "hsl_raw": {
            "value": "hsl(159.84375, 100%, 74.90196%)",
            "composition": {
                "hue": 159.84375,
                "saturation": 100,
                "lightness": 74.90196
            }
        }
    },
    "base_without_alpha": {
        "keyword": "aquamarine",
        "hex": {
            "value": "#7fffd4",
            "composition": {
                "red": "7f",
                "green": "ff",
                "blue": "d4"
            }
        },
        "rgb": {
            "value": "rgb(127, 255, 212)",
            "composition": {
                "red": 127,
                "green": 255,
                "blue": 212
            }
        },
        "hsl": {
            "value": "hsl(160, 100%, 75%)",
            "composition": {
                "hue": 160,
                "saturation": 100,
                "lightness": 75
            }
        },
        "hsl_raw": {
            "value": "hsl(159.84375, 100%, 74.90196%)",
            "composition": {
                "hue": 159.84375,
                "saturation": 100,
                "lightness": 74.90196
            }
        }
    },
    "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": "#80002b",
            "composition": {
                "red": "80",
                "green": "00",
                "blue": "2b"
            }
        },
        "rgb": {
            "value": "rgb(128, 0, 43)",
            "composition": {
                "red": 128,
                "green": 0,
                "blue": 43
            }
        },
        "hsl": {
            "value": "hsl(340, 100%, 25%)",
            "composition": {
                "hue": 340,
                "saturation": 100,
                "lightness": 25
            }
        },
        "hsl_raw": {
            "value": "hsl(339.84375, 100%, 25.09804%)",
            "composition": {
                "hue": 339.84375,
                "saturation": 100,
                "lightness": 25.09804
            }
        }
    },
    "complementary_without_alpha": {
        "keyword": "",
        "hex": {
            "value": "#80002b",
            "composition": {
                "red": "80",
                "green": "00",
                "blue": "2b"
            }
        },
        "rgb": {
            "value": "rgb(128, 0, 43)",
            "composition": {
                "red": 128,
                "green": 0,
                "blue": 43
            }
        },
        "hsl": {
            "value": "hsl(340, 100%, 25%)",
            "composition": {
                "hue": 340,
                "saturation": 100,
                "lightness": 25
            }
        },
        "hsl_raw": {
            "value": "hsl(339.84375, 100%, 25.09804%)",
            "composition": {
                "hue": 339.84375,
                "saturation": 100,
                "lightness": 25.09804
            }
        }
    },
    "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": "#bfbfbf",
            "composition": {
                "red": "bf",
                "green": "bf",
                "blue": "bf"
            }
        },
        "rgb": {
            "value": "rgb(191, 191, 191)",
            "composition": {
                "red": 191,
                "green": 191,
                "blue": 191
            }
        },
        "hsl": {
            "value": "hsl(160, 0%, 75%)",
            "composition": {
                "hue": 160,
                "saturation": 0,
                "lightness": 75
            }
        },
        "hsl_raw": {
            "value": "hsl(159.84375, 0%, 74.90196%)",
            "composition": {
                "hue": 159.84375,
                "saturation": 0,
                "lightness": 74.90196
            }
        }
    },
    "grayscale_without_alpha": {
        "keyword": "",
        "hex": {
            "value": "#bfbfbf",
            "composition": {
                "red": "bf",
                "green": "bf",
                "blue": "bf"
            }
        },
        "rgb": {
            "value": "rgb(191, 191, 191)",
            "composition": {
                "red": 191,
                "green": 191,
                "blue": 191
            }
        },
        "hsl": {
            "value": "hsl(160, 0%, 75%)",
            "composition": {
                "hue": 160,
                "saturation": 0,
                "lightness": 75
            }
        },
        "hsl_raw": {
            "value": "hsl(159.84375, 0%, 74.90196%)",
            "composition": {
                "hue": 159.84375,
                "saturation": 0,
                "lightness": 74.90196
            }
        }
    },
    "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
            }
        }
    }
}