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": "bark-vs-walnut",
"type": "nearest",
"name": "Bark vs Walnut",
"verdict": "Bark and Walnut are very close colors. Walnut is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.07:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Bark and Walnut are different orange colors with HEX values #5B3A29 and #5C4033. According to Colors Encyclopedia, their RGB distance is 11.7, their contrast ratio is 1.07:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 11.7,
"contrastRatio": 1.07,
"colors": [
{
"slug": "bark",
"name": "Bark",
"hex": "#5B3A29",
"rgb": [
91,
58,
41
],
"hsl": [
20,
38,
26
],
"cmyk": [
0,
36,
55,
64
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.0541,
"contrast": {
"black": 2.08,
"white": 10.09
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 10.09
},
"description": "Bark is #5B3A29, a warm orange color with earth tone character. Compared with Walnut, it is darker and more saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bark/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bark.json"
},
{
"slug": "walnut",
"name": "Walnut",
"hex": "#5C4033",
"rgb": [
92,
64,
51
],
"hsl": [
19,
29,
28
],
"cmyk": [
0,
30,
45,
64
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.0618,
"contrast": {
"black": 2.24,
"white": 9.39
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 9.39
},
"description": "Walnut is #5C4033, a warm orange color with earth tone character. Compared with Bark, it is lighter and less saturated. Use it for backgrounds, typography, and product surfaces, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/walnut/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/walnut.json"
}
],
"differences": {
"rgbDistance": 11.7,
"contrastRatio": 1.07,
"hslDelta": {
"hue": 1,
"saturation": 9,
"lightness": 2
},
"luminanceDelta": 0.0077,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"earth-tone"
],
"lighterColor": "Walnut",
"moreSaturatedColor": "Bark"
},
"accessibility": {
"pairContrastRatio": 1.07,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Bark",
"background": "#5B3A29",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 10.09
},
{
"color": "Walnut",
"background": "#5C4033",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 9.39
}
]
},
"useCases": {
"chooseFirstWhen": "Bark is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #5B3A29.",
"chooseSecondWhen": "Walnut is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #5C4033.",
"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/bark-vs-walnut.json",
"https://www.colorsencyclopedia.com/api/colors/bark.json",
"https://www.colorsencyclopedia.com/api/colors/walnut.json"
],
"url": "https://www.colorsencyclopedia.com/compare/bark-vs-walnut/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/bark-vs-walnut.json"
}