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-cinnamon",
"type": "nearest",
"name": "Chocolate vs Cinnamon",
"verdict": "Chocolate and Cinnamon 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": "Chocolate and Cinnamon are different orange colors with HEX values #D2691E and #D2691E. According to Colors Encyclopedia, their RGB distance is 0, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 0,
"contrastRatio": 1,
"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 Cinnamon, it is similar in luminance and similar in saturation. 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": "cinnamon",
"name": "Cinnamon",
"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": "Cinnamon is #D2691E, a warm orange color with vibrant character. Compared with Chocolate, it is similar in luminance and similar in saturation. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cinnamon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cinnamon.json"
}
],
"differences": {
"rgbDistance": 0,
"contrastRatio": 1,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Chocolate",
"moreSaturatedColor": "Chocolate"
},
"accessibility": {
"pairContrastRatio": 1,
"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": "Cinnamon",
"background": "#D2691E",
"foreground": "#000000",
"label": "black text",
"ratio": 5.78
}
]
},
"useCases": {
"chooseFirstWhen": "Chocolate is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #D2691E.",
"chooseSecondWhen": "Cinnamon is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #D2691E.",
"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-cinnamon.json",
"https://www.colorsencyclopedia.com/api/colors/chocolate.json",
"https://www.colorsencyclopedia.com/api/colors/cinnamon.json"
],
"url": "https://www.colorsencyclopedia.com/compare/chocolate-vs-cinnamon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/chocolate-vs-cinnamon.json"
}