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": "light-steel-blue-vs-light-blue",
"type": "nearest",
"name": "Light Steel Blue vs Light Blue",
"verdict": "Light Steel Blue and Light Blue are very close colors. Light Blue is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.16:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Light Steel Blue and Light Blue are different blue colors with HEX values #B0C4DE and #ADD8E6. According to Colors Encyclopedia, their RGB distance is 21.7, their contrast ratio is 1.16:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 21.7,
"contrastRatio": 1.16,
"colors": [
{
"slug": "light-steel-blue",
"name": "Light Steel Blue",
"hex": "#B0C4DE",
"rgb": [
176,
196,
222
],
"hsl": [
214,
41,
78
],
"cmyk": [
21,
12,
0,
13
],
"family": "blue",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.5398,
"contrast": {
"black": 11.8,
"white": 1.78
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 11.8
},
"description": "Light Steel Blue is #B0C4DE, a cool blue color with balanced character. Compared with Light Blue, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/light-steel-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-steel-blue.json"
},
{
"slug": "light-blue",
"name": "Light Blue",
"hex": "#ADD8E6",
"rgb": [
173,
216,
230
],
"hsl": [
195,
53,
79
],
"cmyk": [
25,
6,
0,
10
],
"family": "blue",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.6371,
"contrast": {
"black": 13.74,
"white": 1.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.74
},
"description": "Light Blue is #ADD8E6, a cool blue color with balanced character. Compared with Light Steel Blue, it is lighter and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/light-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-blue.json"
}
],
"differences": {
"rgbDistance": 21.7,
"contrastRatio": 1.16,
"hslDelta": {
"hue": 19,
"saturation": 12,
"lightness": 1
},
"luminanceDelta": 0.0973,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Light Blue",
"moreSaturatedColor": "Light Blue"
},
"accessibility": {
"pairContrastRatio": 1.16,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Light Steel Blue",
"background": "#B0C4DE",
"foreground": "#000000",
"label": "black text",
"ratio": 11.8
},
{
"color": "Light Blue",
"background": "#ADD8E6",
"foreground": "#000000",
"label": "black text",
"ratio": 13.74
}
]
},
"useCases": {
"chooseFirstWhen": "Light Steel Blue is better when the design needs balanced blue character, cool temperature, and the specific HEX value #B0C4DE.",
"chooseSecondWhen": "Light Blue is better when the design needs balanced blue character, cool temperature, and the specific HEX value #ADD8E6.",
"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/light-steel-blue-vs-light-blue.json",
"https://www.colorsencyclopedia.com/api/colors/light-steel-blue.json",
"https://www.colorsencyclopedia.com/api/colors/light-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/light-steel-blue-vs-light-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-steel-blue-vs-light-blue.json"
}