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": "cornflower-vs-cornflower-blue",
"type": "nearest",
"name": "Cornflower vs Cornflower Blue",
"verdict": "Cornflower and Cornflower Blue are very close colors. Cornflower Blue is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cornflower and Cornflower Blue are different blue colors with HEX values #6A8EDB and #6495ED. According to Colors Encyclopedia, their RGB distance is 20.2, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 20.2,
"contrastRatio": 1.09,
"colors": [
{
"slug": "cornflower",
"name": "Cornflower",
"hex": "#6A8EDB",
"rgb": [
106,
142,
219
],
"hsl": [
221,
61,
64
],
"cmyk": [
52,
35,
0,
14
],
"family": "blue",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2752,
"contrast": {
"black": 6.5,
"white": 3.23
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.5
},
"description": "Cornflower is #6A8EDB, a cool blue color with balanced character. Compared with Cornflower Blue, it is darker and less saturated. Use it for interfaces, brand systems, and technical design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cornflower/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cornflower.json"
},
{
"slug": "cornflower-blue",
"name": "Cornflower Blue",
"hex": "#6495ED",
"rgb": [
100,
149,
237
],
"hsl": [
219,
79,
66
],
"cmyk": [
58,
37,
0,
7
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant"
],
"luminance": 0.3032,
"contrast": {
"black": 7.06,
"white": 2.97
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.06
},
"description": "Cornflower Blue is #6495ED, a cool blue color with vibrant character. Compared with Cornflower, 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/cornflower-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cornflower-blue.json"
}
],
"differences": {
"rgbDistance": 20.2,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 2,
"saturation": 18,
"lightness": 2
},
"luminanceDelta": 0.028,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Cornflower Blue",
"moreSaturatedColor": "Cornflower Blue"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cornflower",
"background": "#6A8EDB",
"foreground": "#000000",
"label": "black text",
"ratio": 6.5
},
{
"color": "Cornflower Blue",
"background": "#6495ED",
"foreground": "#000000",
"label": "black text",
"ratio": 7.06
}
]
},
"useCases": {
"chooseFirstWhen": "Cornflower is better when the design needs balanced blue character, cool temperature, and the specific HEX value #6A8EDB.",
"chooseSecondWhen": "Cornflower Blue is better when the design needs vibrant blue character, cool temperature, and the specific HEX value #6495ED.",
"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/cornflower-vs-cornflower-blue.json",
"https://www.colorsencyclopedia.com/api/colors/cornflower.json",
"https://www.colorsencyclopedia.com/api/colors/cornflower-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cornflower-vs-cornflower-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cornflower-vs-cornflower-blue.json"
}