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": "champagne-gold-vs-sandstone",
"type": "nearest",
"name": "Champagne Gold vs Sandstone",
"verdict": "Champagne Gold and Sandstone are very close colors. Champagne Gold is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Champagne Gold and Sandstone are different orange colors with HEX values #D6B971 and #C9AE74. According to Colors Encyclopedia, their RGB distance is 17.3, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17.3,
"contrastRatio": 1.13,
"colors": [
{
"slug": "champagne-gold",
"name": "Champagne Gold",
"hex": "#D6B971",
"rgb": [
214,
185,
113
],
"hsl": [
43,
55,
64
],
"cmyk": [
0,
14,
47,
16
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.5019,
"contrast": {
"black": 11.04,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 11.04
},
"description": "Champagne Gold is #D6B971, a warm orange color with earth tone character. Compared with Sandstone, 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/champagne-gold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/champagne-gold.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 Champagne Gold, it is darker and less 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.3,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 2,
"saturation": 11,
"lightness": 2
},
"luminanceDelta": 0.0624,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Champagne Gold",
"moreSaturatedColor": "Champagne Gold"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Champagne Gold",
"background": "#D6B971",
"foreground": "#000000",
"label": "black text",
"ratio": 11.04
},
{
"color": "Sandstone",
"background": "#C9AE74",
"foreground": "#000000",
"label": "black text",
"ratio": 9.79
}
]
},
"useCases": {
"chooseFirstWhen": "Champagne Gold is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #D6B971.",
"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/champagne-gold-vs-sandstone.json",
"https://www.colorsencyclopedia.com/api/colors/champagne-gold.json",
"https://www.colorsencyclopedia.com/api/colors/sandstone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/champagne-gold-vs-sandstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/champagne-gold-vs-sandstone.json"
}