{
    "status": "success",
    "base": {
        "keyword": "",
        "hex": {
            "value": "#556677",
            "composition": {
                "red": "55",
                "green": "66",
                "blue": "77"
            }
        },
        "rgb": {
            "value": "rgb(85, 102, 119)",
            "composition": {
                "red": 85,
                "green": 102,
                "blue": 119
            }
        },
        "hsl": {
            "value": "hsl(210, 17%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 17,
                "lightness": 40
            }
        },
        "hsl_raw": {
            "value": "hsl(210, 16.66667%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 16.66667,
                "lightness": 40
            }
        }
    },
    "base_without_alpha": {
        "keyword": "",
        "hex": {
            "value": "#556677",
            "composition": {
                "red": "55",
                "green": "66",
                "blue": "77"
            }
        },
        "rgb": {
            "value": "rgb(85, 102, 119)",
            "composition": {
                "red": 85,
                "green": 102,
                "blue": 119
            }
        },
        "hsl": {
            "value": "hsl(210, 17%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 17,
                "lightness": 40
            }
        },
        "hsl_raw": {
            "value": "hsl(210, 16.66667%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 16.66667,
                "lightness": 40
            }
        }
    },
    "base_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
            }
        }
    },
    "complementary": {
        "keyword": "",
        "hex": {
            "value": "#aa9988",
            "composition": {
                "red": "aa",
                "green": "99",
                "blue": "88"
            }
        },
        "rgb": {
            "value": "rgb(170, 153, 136)",
            "composition": {
                "red": 170,
                "green": 153,
                "blue": 136
            }
        },
        "hsl": {
            "value": "hsl(30, 17%, 60%)",
            "composition": {
                "hue": 30,
                "saturation": 17,
                "lightness": 60
            }
        },
        "hsl_raw": {
            "value": "hsl(30, 16.66667%, 60%)",
            "composition": {
                "hue": 30,
                "saturation": 16.66667,
                "lightness": 60
            }
        }
    },
    "complementary_without_alpha": {
        "keyword": "",
        "hex": {
            "value": "#aa9988",
            "composition": {
                "red": "aa",
                "green": "99",
                "blue": "88"
            }
        },
        "rgb": {
            "value": "rgb(170, 153, 136)",
            "composition": {
                "red": 170,
                "green": 153,
                "blue": 136
            }
        },
        "hsl": {
            "value": "hsl(30, 17%, 60%)",
            "composition": {
                "hue": 30,
                "saturation": 17,
                "lightness": 60
            }
        },
        "hsl_raw": {
            "value": "hsl(30, 16.66667%, 60%)",
            "composition": {
                "hue": 30,
                "saturation": 16.66667,
                "lightness": 60
            }
        }
    },
    "complementary_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
            }
        }
    },
    "grayscale": {
        "keyword": "",
        "hex": {
            "value": "#666666",
            "composition": {
                "red": "66",
                "green": "66",
                "blue": "66"
            }
        },
        "rgb": {
            "value": "rgb(102, 102, 102)",
            "composition": {
                "red": 102,
                "green": 102,
                "blue": 102
            }
        },
        "hsl": {
            "value": "hsl(210, 0%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 0,
                "lightness": 40
            }
        },
        "hsl_raw": {
            "value": "hsl(210, 0%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 0,
                "lightness": 40
            }
        }
    },
    "grayscale_without_alpha": {
        "keyword": "",
        "hex": {
            "value": "#666666",
            "composition": {
                "red": "66",
                "green": "66",
                "blue": "66"
            }
        },
        "rgb": {
            "value": "rgb(102, 102, 102)",
            "composition": {
                "red": 102,
                "green": 102,
                "blue": 102
            }
        },
        "hsl": {
            "value": "hsl(210, 0%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 0,
                "lightness": 40
            }
        },
        "hsl_raw": {
            "value": "hsl(210, 0%, 40%)",
            "composition": {
                "hue": 210,
                "saturation": 0,
                "lightness": 40
            }
        }
    },
    "grayscale_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
            }
        }
    }
}