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": "polished-copper-vs-adobe",
"type": "nearest",
"name": "Polished Copper vs Adobe",
"verdict": "Polished Copper and Adobe are very close colors. Polished Copper is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Polished Copper and Adobe are different orange colors with HEX values #B87333 and #BD6C48. According to Colors Encyclopedia, their RGB distance is 22.7, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 22.7,
"contrastRatio": 1.03,
"colors": [
{
"slug": "polished-copper",
"name": "Polished Copper",
"hex": "#B87333",
"rgb": [
184,
115,
51
],
"hsl": [
29,
57,
46
],
"cmyk": [
0,
38,
72,
28
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.2269,
"contrast": {
"black": 5.54,
"white": 3.79
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.54
},
"description": "Polished Copper is #B87333, a warm orange color with earth tone character. Compared with Adobe, it is lighter and more saturated. Use it for metallic palettes, product finishes, and premium packaging, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/polished-copper/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/polished-copper.json"
},
{
"slug": "adobe",
"name": "Adobe",
"hex": "#BD6C48",
"rgb": [
189,
108,
72
],
"hsl": [
18,
47,
51
],
"cmyk": [
0,
43,
62,
26
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.2201,
"contrast": {
"black": 5.4,
"white": 3.89
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.4
},
"description": "Adobe is #BD6C48, a warm orange color with earth tone character. Compared with Polished Copper, it is darker 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/adobe/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/adobe.json"
}
],
"differences": {
"rgbDistance": 22.7,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 11,
"saturation": 10,
"lightness": 5
},
"luminanceDelta": 0.0068,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Polished Copper",
"moreSaturatedColor": "Polished Copper"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Polished Copper",
"background": "#B87333",
"foreground": "#000000",
"label": "black text",
"ratio": 5.54
},
{
"color": "Adobe",
"background": "#BD6C48",
"foreground": "#000000",
"label": "black text",
"ratio": 5.4
}
]
},
"useCases": {
"chooseFirstWhen": "Polished Copper is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #B87333.",
"chooseSecondWhen": "Adobe is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #BD6C48.",
"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/polished-copper-vs-adobe.json",
"https://www.colorsencyclopedia.com/api/colors/polished-copper.json",
"https://www.colorsencyclopedia.com/api/colors/adobe.json"
],
"url": "https://www.colorsencyclopedia.com/compare/polished-copper-vs-adobe/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/polished-copper-vs-adobe.json"
}