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": "camel-vs-sandstone",
"type": "nearest",
"name": "Camel vs Sandstone",
"verdict": "Camel and Sandstone are very close colors. Sandstone is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.21:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Camel and Sandstone are different orange colors with HEX values #C19A6B and #C9AE74. According to Colors Encyclopedia, their RGB distance is 23.3, their contrast ratio is 1.21:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 23.3,
"contrastRatio": 1.21,
"colors": [
{
"slug": "camel",
"name": "Camel",
"hex": "#C19A6B",
"rgb": [
193,
154,
107
],
"hsl": [
33,
41,
59
],
"cmyk": [
0,
20,
45,
24
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.3551,
"contrast": {
"black": 8.1,
"white": 2.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.1
},
"description": "Camel is #C19A6B, a warm orange color with earth tone character. Compared with Sandstone, 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/camel/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/camel.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 Camel, it is lighter 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": 23.3,
"contrastRatio": 1.21,
"hslDelta": {
"hue": 8,
"saturation": 3,
"lightness": 3
},
"luminanceDelta": 0.0844,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Sandstone",
"moreSaturatedColor": "Sandstone"
},
"accessibility": {
"pairContrastRatio": 1.21,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Camel",
"background": "#C19A6B",
"foreground": "#000000",
"label": "black text",
"ratio": 8.1
},
{
"color": "Sandstone",
"background": "#C9AE74",
"foreground": "#000000",
"label": "black text",
"ratio": 9.79
}
]
},
"useCases": {
"chooseFirstWhen": "Camel is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #C19A6B.",
"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/camel-vs-sandstone.json",
"https://www.colorsencyclopedia.com/api/colors/camel.json",
"https://www.colorsencyclopedia.com/api/colors/sandstone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/camel-vs-sandstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/camel-vs-sandstone.json"
}