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": "cerulean-vs-enamel-blue",
"type": "nearest",
"name": "Cerulean vs Enamel Blue",
"verdict": "Cerulean and Enamel Blue are very close colors. Cerulean is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.27:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cerulean and Enamel Blue are different blue colors with HEX values #007BA7 and #0067A0. According to Colors Encyclopedia, their RGB distance is 21.2, their contrast ratio is 1.27:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 21.2,
"contrastRatio": 1.27,
"colors": [
{
"slug": "cerulean",
"name": "Cerulean",
"hex": "#007BA7",
"rgb": [
0,
123,
167
],
"hsl": [
196,
100,
33
],
"cmyk": [
100,
26,
0,
35
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1696,
"contrast": {
"black": 4.39,
"white": 4.78
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.78
},
"description": "Cerulean is #007BA7, a cool blue color with jewel tone character. Compared with Enamel Blue, it is lighter and similar in saturation. Use it for interfaces, brand systems, and technical design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cerulean/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cerulean.json"
},
{
"slug": "enamel-blue",
"name": "Enamel Blue",
"hex": "#0067A0",
"rgb": [
0,
103,
160
],
"hsl": [
201,
100,
31
],
"cmyk": [
100,
36,
0,
37
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.09
},
"description": "Enamel Blue is #0067A0, a cool blue color with jewel tone character. Compared with Cerulean, it is darker and similar in saturation. Use it for industrial design, safety systems, and hardware palettes, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/enamel-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/enamel-blue.json"
}
],
"differences": {
"rgbDistance": 21.2,
"contrastRatio": 1.27,
"hslDelta": {
"hue": 5,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0472,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"jewel-tone"
],
"lighterColor": "Cerulean",
"moreSaturatedColor": "Cerulean"
},
"accessibility": {
"pairContrastRatio": 1.27,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cerulean",
"background": "#007BA7",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.78
},
{
"color": "Enamel Blue",
"background": "#0067A0",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.09
}
]
},
"useCases": {
"chooseFirstWhen": "Cerulean is better when the design needs jewel tone blue character, cool temperature, and the specific HEX value #007BA7.",
"chooseSecondWhen": "Enamel Blue is better when the design needs jewel tone blue character, cool temperature, and the specific HEX value #0067A0.",
"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/cerulean-vs-enamel-blue.json",
"https://www.colorsencyclopedia.com/api/colors/cerulean.json",
"https://www.colorsencyclopedia.com/api/colors/enamel-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cerulean-vs-enamel-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cerulean-vs-enamel-blue.json"
}