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": "dark-khaki-vs-sandstone",
"type": "nearest",
"name": "Dark Khaki vs Sandstone",
"verdict": "Dark Khaki and Sandstone are very close colors. Dark Khaki is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Dark Khaki and Sandstone are different yellow and orange colors with HEX values #BDB76B and #C9AE74. According to Colors Encyclopedia, their RGB distance is 17.5, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17.5,
"contrastRatio": 1.04,
"colors": [
{
"slug": "dark-khaki",
"name": "Dark Khaki",
"hex": "#BDB76B",
"rgb": [
189,
183,
107
],
"hsl": [
56,
38,
58
],
"cmyk": [
0,
3,
43,
26
],
"family": "yellow",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.4575,
"contrast": {
"black": 10.15,
"white": 2.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.15
},
"description": "Dark Khaki is #BDB76B, a warm yellow color with earth tone character. Compared with Sandstone, it is lighter and less 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/dark-khaki/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-khaki.json"
},
{
"slug": "sandstone",
"name": "Sandstone",
"hex": "#C9AE74",
"rgb": [
201,
174,
116
],
"hsl": [
41,
44,
62
],
"cmyk": [
0,
13,
42,
21
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.4395,
"contrast": {
"black": 9.79,
"white": 2.15
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.79
},
"description": "Sandstone is #C9AE74, a warm orange color with earth tone character. Compared with Dark Khaki, it is darker and more saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/sandstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sandstone.json"
}
],
"differences": {
"rgbDistance": 17.5,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 15,
"saturation": 6,
"lightness": 4
},
"luminanceDelta": 0.018,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Dark Khaki",
"moreSaturatedColor": "Sandstone"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Dark Khaki",
"background": "#BDB76B",
"foreground": "#000000",
"label": "black text",
"ratio": 10.15
},
{
"color": "Sandstone",
"background": "#C9AE74",
"foreground": "#000000",
"label": "black text",
"ratio": 9.79
}
]
},
"useCases": {
"chooseFirstWhen": "Dark Khaki is better when the design needs earth tone yellow character, warm temperature, and the specific HEX value #BDB76B.",
"chooseSecondWhen": "Sandstone is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #C9AE74.",
"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/dark-khaki-vs-sandstone.json",
"https://www.colorsencyclopedia.com/api/colors/dark-khaki.json",
"https://www.colorsencyclopedia.com/api/colors/sandstone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/dark-khaki-vs-sandstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/dark-khaki-vs-sandstone.json"
}