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": "bamboo-vs-sandstone",
"type": "nearest",
"name": "Bamboo vs Sandstone",
"verdict": "Bamboo and Sandstone are very close colors. Bamboo is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Bamboo and Sandstone are different yellow and orange colors with HEX values #C7B56E and #C9AE74. According to Colors Encyclopedia, their RGB distance is 9.4, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 9.4,
"contrastRatio": 1.05,
"colors": [
{
"slug": "bamboo",
"name": "Bamboo",
"hex": "#C7B56E",
"rgb": [
199,
181,
110
],
"hsl": [
48,
44,
61
],
"cmyk": [
0,
9,
45,
22
],
"family": "yellow",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.4632,
"contrast": {
"black": 10.26,
"white": 2.05
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.26
},
"description": "Bamboo is #C7B56E, a warm yellow color with earth tone character. Compared with Sandstone, it is lighter and similar in saturation. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bamboo/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bamboo.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 Bamboo, it is darker and similar in saturation. 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": 9.4,
"contrastRatio": 1.05,
"hslDelta": {
"hue": 7,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.0237,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Bamboo",
"moreSaturatedColor": "Bamboo"
},
"accessibility": {
"pairContrastRatio": 1.05,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Bamboo",
"background": "#C7B56E",
"foreground": "#000000",
"label": "black text",
"ratio": 10.26
},
{
"color": "Sandstone",
"background": "#C9AE74",
"foreground": "#000000",
"label": "black text",
"ratio": 9.79
}
]
},
"useCases": {
"chooseFirstWhen": "Bamboo is better when the design needs earth tone yellow character, warm temperature, and the specific HEX value #C7B56E.",
"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/bamboo-vs-sandstone.json",
"https://www.colorsencyclopedia.com/api/colors/bamboo.json",
"https://www.colorsencyclopedia.com/api/colors/sandstone.json"
],
"url": "https://www.colorsencyclopedia.com/compare/bamboo-vs-sandstone/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/bamboo-vs-sandstone.json"
}