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": "chocolate-vs-ochre",
"type": "nearest",
"name": "Chocolate vs Ochre",
"verdict": "Chocolate and Ochre are very close colors. Ochre is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.08:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Chocolate and Ochre are different orange colors with HEX values #D2691E and #CC7722. According to Colors Encyclopedia, their RGB distance is 15.7, their contrast ratio is 1.08:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 15.7,
"contrastRatio": 1.08,
"colors": [
{
"slug": "chocolate",
"name": "Chocolate",
"hex": "#D2691E",
"rgb": [
210,
105,
30
],
"hsl": [
25,
75,
47
],
"cmyk": [
0,
50,
86,
18
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.239,
"contrast": {
"black": 5.78,
"white": 3.63
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.78
},
"description": "Chocolate is #D2691E, a warm orange color with vibrant character. Compared with Ochre, it is darker 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/chocolate/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/chocolate.json"
},
{
"slug": "ochre",
"name": "Ochre",
"hex": "#CC7722",
"rgb": [
204,
119,
34
],
"hsl": [
30,
71,
47
],
"cmyk": [
0,
42,
83,
20
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2615,
"contrast": {
"black": 6.23,
"white": 3.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 6.23
},
"description": "Ochre is #CC7722, a warm orange color with balanced character. Compared with Chocolate, it is lighter and less saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/ochre/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ochre.json"
}
],
"differences": {
"rgbDistance": 15.7,
"contrastRatio": 1.08,
"hslDelta": {
"hue": 5,
"saturation": 4,
"lightness": 0
},
"luminanceDelta": 0.0225,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Ochre",
"moreSaturatedColor": "Chocolate"
},
"accessibility": {
"pairContrastRatio": 1.08,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Chocolate",
"background": "#D2691E",
"foreground": "#000000",
"label": "black text",
"ratio": 5.78
},
{
"color": "Ochre",
"background": "#CC7722",
"foreground": "#000000",
"label": "black text",
"ratio": 6.23
}
]
},
"useCases": {
"chooseFirstWhen": "Chocolate is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #D2691E.",
"chooseSecondWhen": "Ochre is better when the design needs balanced orange character, warm temperature, and the specific HEX value #CC7722.",
"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/chocolate-vs-ochre.json",
"https://www.colorsencyclopedia.com/api/colors/chocolate.json",
"https://www.colorsencyclopedia.com/api/colors/ochre.json"
],
"url": "https://www.colorsencyclopedia.com/compare/chocolate-vs-ochre/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/chocolate-vs-ochre.json"
}