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": "rosy-brown-vs-driftwood",
"type": "nearest",
"name": "Rosy Brown vs Driftwood",
"verdict": "Rosy Brown and Driftwood are very close colors. Driftwood is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Rosy Brown and Driftwood are different red and orange colors with HEX values #BC8F8F and #A69A8D. According to Colors Encyclopedia, their RGB distance is 24.7, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.7,
"contrastRatio": 1.02,
"colors": [
{
"slug": "rosy-brown",
"name": "Rosy Brown",
"hex": "#BC8F8F",
"rgb": [
188,
143,
143
],
"hsl": [
0,
25,
65
],
"cmyk": [
0,
24,
24,
26
],
"family": "red",
"temperature": "warm",
"tone": [
"muted"
],
"luminance": 0.3232,
"contrast": {
"black": 7.46,
"white": 2.81
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.46
},
"description": "Rosy Brown is #BC8F8F, a warm red color with muted character. Compared with Driftwood, it is darker and more 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/rosy-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/rosy-brown.json"
},
{
"slug": "driftwood",
"name": "Driftwood",
"hex": "#A69A8D",
"rgb": [
166,
154,
141
],
"hsl": [
31,
12,
60
],
"cmyk": [
0,
7,
15,
35
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.3314,
"contrast": {
"black": 7.63,
"white": 2.75
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.63
},
"description": "Driftwood is #A69A8D, a warm orange color with muted and earth tone character. Compared with Rosy Brown, it is lighter and less saturated. Use it for earth-tone palettes, interior design, and material-inspired branding, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/driftwood/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/driftwood.json"
}
],
"differences": {
"rgbDistance": 24.7,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 31,
"saturation": 13,
"lightness": 5
},
"luminanceDelta": 0.0082,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"muted"
],
"lighterColor": "Driftwood",
"moreSaturatedColor": "Rosy Brown"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Rosy Brown",
"background": "#BC8F8F",
"foreground": "#000000",
"label": "black text",
"ratio": 7.46
},
{
"color": "Driftwood",
"background": "#A69A8D",
"foreground": "#000000",
"label": "black text",
"ratio": 7.63
}
]
},
"useCases": {
"chooseFirstWhen": "Rosy Brown is better when the design needs muted red character, warm temperature, and the specific HEX value #BC8F8F.",
"chooseSecondWhen": "Driftwood is better when the design needs muted and earth tone orange character, warm temperature, and the specific HEX value #A69A8D.",
"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/rosy-brown-vs-driftwood.json",
"https://www.colorsencyclopedia.com/api/colors/rosy-brown.json",
"https://www.colorsencyclopedia.com/api/colors/driftwood.json"
],
"url": "https://www.colorsencyclopedia.com/compare/rosy-brown-vs-driftwood/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/rosy-brown-vs-driftwood.json"
}