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": "anodized-blue-vs-ocean-blue",
"type": "nearest",
"name": "Anodized Blue vs Ocean Blue",
"verdict": "Anodized Blue and Ocean Blue are very close colors. Ocean 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": "Anodized Blue and Ocean Blue are different blue colors with HEX values #0066CC and #0077BE. According to Colors Encyclopedia, their RGB distance is 22, their contrast ratio is 1.16:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 22,
"contrastRatio": 1.16,
"colors": [
{
"slug": "anodized-blue",
"name": "Anodized Blue",
"hex": "#0066CC",
"rgb": [
0,
102,
204
],
"hsl": [
210,
100,
40
],
"cmyk": [
100,
50,
0,
20
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.1386,
"contrast": {
"black": 3.77,
"white": 5.57
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.57
},
"description": "Anodized Blue is #0066CC, a cool blue color with vibrant and jewel tone character. Compared with Ocean Blue, 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/anodized-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/anodized-blue.json"
},
{
"slug": "ocean-blue",
"name": "Ocean Blue",
"hex": "#0077BE",
"rgb": [
0,
119,
190
],
"hsl": [
202,
100,
37
],
"cmyk": [
100,
37,
0,
25
],
"family": "blue",
"temperature": "cool",
"tone": [
"vibrant",
"jewel-tone"
],
"luminance": 0.1691,
"contrast": {
"black": 4.38,
"white": 4.79
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 4.79
},
"description": "Ocean Blue is #0077BE, a cool blue color with vibrant and jewel tone character. Compared with Anodized 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/ocean-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ocean-blue.json"
}
],
"differences": {
"rgbDistance": 22,
"contrastRatio": 1.16,
"hslDelta": {
"hue": 8,
"saturation": 0,
"lightness": 3
},
"luminanceDelta": 0.0305,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant",
"jewel-tone"
],
"lighterColor": "Ocean Blue",
"moreSaturatedColor": "Anodized 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": "Anodized Blue",
"background": "#0066CC",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.57
},
{
"color": "Ocean Blue",
"background": "#0077BE",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 4.79
}
]
},
"useCases": {
"chooseFirstWhen": "Anodized Blue is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #0066CC.",
"chooseSecondWhen": "Ocean Blue is better when the design needs vibrant and jewel tone blue character, cool temperature, and the specific HEX value #0077BE.",
"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/anodized-blue-vs-ocean-blue.json",
"https://www.colorsencyclopedia.com/api/colors/anodized-blue.json",
"https://www.colorsencyclopedia.com/api/colors/ocean-blue.json"
],
"url": "https://www.colorsencyclopedia.com/compare/anodized-blue-vs-ocean-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/anodized-blue-vs-ocean-blue.json"
}