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": "clay-vs-desert-clay",
"type": "nearest",
"name": "Clay vs Desert Clay",
"verdict": "Clay and Desert Clay are very close colors. Desert Clay 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": "Clay and Desert Clay are different orange colors with HEX values #B66A50 and #B86D4B. According to Colors Encyclopedia, their RGB distance is 6.2, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 6.2,
"contrastRatio": 1.03,
"colors": [
{
"slug": "clay",
"name": "Clay",
"hex": "#B66A50",
"rgb": [
182,
106,
80
],
"hsl": [
15,
41,
51
],
"cmyk": [
0,
42,
56,
29
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.2083,
"contrast": {
"black": 5.17,
"white": 4.07
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.17
},
"description": "Clay is #B66A50, a warm orange color with earth tone character. Compared with Desert Clay, 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/clay/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/clay.json"
},
{
"slug": "desert-clay",
"name": "Desert Clay",
"hex": "#B86D4B",
"rgb": [
184,
109,
75
],
"hsl": [
19,
43,
51
],
"cmyk": [
0,
41,
59,
28
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.2164,
"contrast": {
"black": 5.33,
"white": 3.94
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.33
},
"description": "Desert Clay is #B86D4B, a warm orange color with earth tone character. Compared with Clay, it is lighter and more saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/desert-clay/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/desert-clay.json"
}
],
"differences": {
"rgbDistance": 6.2,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 4,
"saturation": 2,
"lightness": 0
},
"luminanceDelta": 0.0081,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Desert Clay",
"moreSaturatedColor": "Desert Clay"
},
"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": "Clay",
"background": "#B66A50",
"foreground": "#000000",
"label": "black text",
"ratio": 5.17
},
{
"color": "Desert Clay",
"background": "#B86D4B",
"foreground": "#000000",
"label": "black text",
"ratio": 5.33
}
]
},
"useCases": {
"chooseFirstWhen": "Clay is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #B66A50.",
"chooseSecondWhen": "Desert Clay is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #B86D4B.",
"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/clay-vs-desert-clay.json",
"https://www.colorsencyclopedia.com/api/colors/clay.json",
"https://www.colorsencyclopedia.com/api/colors/desert-clay.json"
],
"url": "https://www.colorsencyclopedia.com/compare/clay-vs-desert-clay/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/clay-vs-desert-clay.json"
}