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-dark-khaki",
"type": "nearest",
"name": "Bamboo vs Dark Khaki",
"verdict": "Bamboo and Dark Khaki are very close colors. Bamboo is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Bamboo and Dark Khaki are different yellow colors with HEX values #C7B56E and #BDB76B. According to Colors Encyclopedia, their RGB distance is 10.6, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 10.6,
"contrastRatio": 1.01,
"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 Dark Khaki, it is lighter and more saturated. 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": "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 Bamboo, it is darker 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"
}
],
"differences": {
"rgbDistance": 10.6,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 8,
"saturation": 6,
"lightness": 3
},
"luminanceDelta": 0.0057,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Bamboo",
"moreSaturatedColor": "Bamboo"
},
"accessibility": {
"pairContrastRatio": 1.01,
"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": "Dark Khaki",
"background": "#BDB76B",
"foreground": "#000000",
"label": "black text",
"ratio": 10.15
}
]
},
"useCases": {
"chooseFirstWhen": "Bamboo is better when the design needs earth tone yellow character, warm temperature, and the specific HEX value #C7B56E.",
"chooseSecondWhen": "Dark Khaki is better when the design needs earth tone yellow character, warm temperature, and the specific HEX value #BDB76B.",
"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-dark-khaki.json",
"https://www.colorsencyclopedia.com/api/colors/bamboo.json",
"https://www.colorsencyclopedia.com/api/colors/dark-khaki.json"
],
"url": "https://www.colorsencyclopedia.com/compare/bamboo-vs-dark-khaki/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/bamboo-vs-dark-khaki.json"
}