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": "desert-sand-vs-apricot",
"type": "nearest",
"name": "Desert Sand vs Apricot",
"verdict": "Desert Sand and Apricot are very close colors. Apricot is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.07:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Desert Sand and Apricot are different orange colors with HEX values #EDC9AF and #FBCEB1. According to Colors Encyclopedia, their RGB distance is 15, their contrast ratio is 1.07:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 15,
"contrastRatio": 1.07,
"colors": [
{
"slug": "desert-sand",
"name": "Desert Sand",
"hex": "#EDC9AF",
"rgb": [
237,
201,
175
],
"hsl": [
25,
63,
81
],
"cmyk": [
0,
15,
26,
7
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.6287,
"contrast": {
"black": 13.57,
"white": 1.55
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.57
},
"description": "Desert Sand is #EDC9AF, a warm orange color with balanced character. Compared with Apricot, 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/desert-sand/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/desert-sand.json"
},
{
"slug": "apricot",
"name": "Apricot",
"hex": "#FBCEB1",
"rgb": [
251,
206,
177
],
"hsl": [
24,
90,
84
],
"cmyk": [
0,
18,
29,
2
],
"family": "orange",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.6783,
"contrast": {
"black": 14.57,
"white": 1.44
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 14.57
},
"description": "Apricot is #FBCEB1, a warm orange color with pastel character. Compared with Desert Sand, it is lighter and more 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/apricot/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/apricot.json"
}
],
"differences": {
"rgbDistance": 15,
"contrastRatio": 1.07,
"hslDelta": {
"hue": 1,
"saturation": 27,
"lightness": 3
},
"luminanceDelta": 0.0496,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Apricot",
"moreSaturatedColor": "Apricot"
},
"accessibility": {
"pairContrastRatio": 1.07,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Desert Sand",
"background": "#EDC9AF",
"foreground": "#000000",
"label": "black text",
"ratio": 13.57
},
{
"color": "Apricot",
"background": "#FBCEB1",
"foreground": "#000000",
"label": "black text",
"ratio": 14.57
}
]
},
"useCases": {
"chooseFirstWhen": "Desert Sand is better when the design needs balanced orange character, warm temperature, and the specific HEX value #EDC9AF.",
"chooseSecondWhen": "Apricot is better when the design needs pastel orange character, warm temperature, and the specific HEX value #FBCEB1.",
"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/desert-sand-vs-apricot.json",
"https://www.colorsencyclopedia.com/api/colors/desert-sand.json",
"https://www.colorsencyclopedia.com/api/colors/apricot.json"
],
"url": "https://www.colorsencyclopedia.com/compare/desert-sand-vs-apricot/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/desert-sand-vs-apricot.json"
}