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": "electric-blue-vs-light-sky-blue",
"type": "nearest",
"name": "Electric Blue vs Light Sky Blue",
"verdict": "Electric Blue and Light Sky Blue are visually related colors. Electric Blue is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.38:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Electric Blue and Light Sky Blue are different cyan and blue colors with HEX values #7DF9FF and #87CEFA. According to Colors Encyclopedia, their RGB distance is 44.4, their contrast ratio is 1.38:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 44.4,
"contrastRatio": 1.38,
"colors": [
{
"slug": "electric-blue",
"name": "Electric Blue",
"hex": "#7DF9FF",
"rgb": [
125,
249,
255
],
"hsl": [
183,
100,
75
],
"cmyk": [
51,
2,
0,
0
],
"family": "cyan",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.7933,
"contrast": {
"black": 16.87,
"white": 1.25
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 16.87
},
"description": "Electric Blue is #7DF9FF, a cool cyan color with pastel character. Compared with Light Sky Blue, it is lighter and more saturated. Use it for neon accents, event graphics, and high-energy digital design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/electric-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-blue.json"
},
{
"slug": "light-sky-blue",
"name": "Light Sky Blue",
"hex": "#87CEFA",
"rgb": [
135,
206,
250
],
"hsl": [
203,
92,
75
],
"cmyk": [
46,
18,
0,
2
],
"family": "blue",
"temperature": "cool",
"tone": [
"pastel"
],
"luminance": 0.562,
"contrast": {
"black": 12.24,
"white": 1.72
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.24
},
"description": "Light Sky Blue is #87CEFA, a cool blue color with pastel character. Compared with Electric 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-sky-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-sky-blue.json"
}
],
"differences": {
"rgbDistance": 44.4,
"contrastRatio": 1.38,
"hslDelta": {
"hue": 20,
"saturation": 8,
"lightness": 0
},
"luminanceDelta": 0.2313,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Electric Blue",
"moreSaturatedColor": "Electric Blue"
},
"accessibility": {
"pairContrastRatio": 1.38,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Electric Blue",
"background": "#7DF9FF",
"foreground": "#000000",
"label": "black text",
"ratio": 16.87
},
{
"color": "Light Sky Blue",
"background": "#87CEFA",
"foreground": "#000000",
"label": "black text",
"ratio": 12.24
}
]
},
"useCases": {
"chooseFirstWhen": "Electric Blue is better when the design needs pastel cyan character, cool temperature, and the specific HEX value #7DF9FF.",
"chooseSecondWhen": "Light Sky Blue is better when the design needs pastel blue character, cool temperature, and the specific HEX value #87CEFA.",
"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/electric-blue-vs-light-sky-blue.json",
"https://www.colorsencyclopedia.com/api/colors/electric-blue.json",
"https://www.colorsencyclopedia.com/api/colors/light-sky-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/electric-blue-vs-light-sky-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/electric-blue-vs-light-sky-blue.json"
}