colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "cadet-gray-vs-cool-gray",
"type": "nearest",
"name": "Cadet Gray vs Cool Gray",
"verdict": "Cadet Gray and Cool Gray are very close colors. Cadet Gray is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.18:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cadet Gray and Cool Gray are different blue colors with HEX values #91A3B0 and #8C92AC. According to Colors Encyclopedia, their RGB distance is 18.2, their contrast ratio is 1.18:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 18.2,
"contrastRatio": 1.18,
"colors": [
{
"slug": "cadet-gray",
"name": "Cadet Gray",
"hex": "#91A3B0",
"rgb": [
145,
163,
176
],
"hsl": [
205,
16,
63
],
"cmyk": [
18,
7,
0,
31
],
"family": "blue",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.3535,
"contrast": {
"black": 8.07,
"white": 2.6
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.07
},
"description": "Cadet Gray is #91A3B0, a cool blue color with muted character. Compared with Cool Gray, it is lighter and similar in saturation. Use it for interfaces, brand systems, and technical design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cadet-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cadet-gray.json"
},
{
"slug": "cool-gray",
"name": "Cool Gray",
"hex": "#8C92AC",
"rgb": [
140,
146,
172
],
"hsl": [
229,
16,
61
],
"cmyk": [
19,
15,
0,
33
],
"family": "blue",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.2911,
"contrast": {
"black": 6.82,
"white": 3.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.82
},
"description": "Cool Gray is #8C92AC, a cool blue color with muted character. Compared with Cadet Gray, it is darker and similar in saturation. Use it for backgrounds, typography, and product surfaces, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cool-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cool-gray.json"
}
],
"differences": {
"rgbDistance": 18.2,
"contrastRatio": 1.18,
"hslDelta": {
"hue": 24,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0624,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Cadet Gray",
"moreSaturatedColor": "Cadet Gray"
},
"accessibility": {
"pairContrastRatio": 1.18,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cadet Gray",
"background": "#91A3B0",
"foreground": "#000000",
"label": "black text",
"ratio": 8.07
},
{
"color": "Cool Gray",
"background": "#8C92AC",
"foreground": "#000000",
"label": "black text",
"ratio": 6.82
}
]
},
"useCases": {
"chooseFirstWhen": "Cadet Gray is better when the design needs muted blue character, cool temperature, and the specific HEX value #91A3B0.",
"chooseSecondWhen": "Cool Gray is better when the design needs muted blue character, cool temperature, and the specific HEX value #8C92AC.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/cadet-gray-vs-cool-gray.json",
"https://www.colorsencyclopedia.com/api/colors/cadet-gray.json",
"https://www.colorsencyclopedia.com/api/colors/cool-gray.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cadet-gray-vs-cool-gray/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cadet-gray-vs-cool-gray.json"
}