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": "enamel-blue-vs-sea-blue",
"type": "nearest",
"name": "Enamel Blue vs Sea Blue",
"verdict": "Enamel Blue and Sea Blue are very close colors. They have nearly identical luminance. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Enamel Blue and Sea Blue are different blue colors with HEX values #0067A0 and #006994. According to Colors Encyclopedia, their RGB distance is 12.2, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 12.2,
"contrastRatio": 1,
"colors": [
{
"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 Sea Blue, it is similar in luminance 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"
},
{
"slug": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"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": "Sea Blue is #006994, a cool blue color with jewel tone character. Compared with Enamel Blue, it is similar in luminance 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/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sea-blue.json"
}
],
"differences": {
"rgbDistance": 12.2,
"contrastRatio": 1,
"hslDelta": {
"hue": 4,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"jewel-tone"
],
"lighterColor": "Enamel Blue",
"moreSaturatedColor": "Enamel Blue"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Enamel Blue",
"background": "#0067A0",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.09
},
{
"color": "Sea Blue",
"background": "#006994",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.09
}
]
},
"useCases": {
"chooseFirstWhen": "Enamel Blue is better when the design needs jewel tone blue character, cool temperature, and the specific HEX value #0067A0.",
"chooseSecondWhen": "Sea Blue is better when the design needs jewel tone blue character, cool temperature, and the specific HEX value #006994.",
"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/enamel-blue-vs-sea-blue.json",
"https://www.colorsencyclopedia.com/api/colors/enamel-blue.json",
"https://www.colorsencyclopedia.com/api/colors/sea-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/enamel-blue-vs-sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/enamel-blue-vs-sea-blue.json"
}