#dcbba7
a light, soft orange · warm · closest name: tan
RGB
220, 187, 167
HSL
23°, 43%, 76%
CMYK
0, 15, 24, 14
Luminance
0.5355
Every format
| HEX | #dcbba7 |
| RGB | rgb(220, 187, 167) |
| HSL | hsl(23, 43%, 76%) |
| CMYK | cmyk(0%, 15%, 24%, 14%) |
| LAB | lab(78.2 8.8 14.5) |
| LCH | lch(78.2 16.9 58.9) |
| OKLCH | oklch(0.815 0.047 53.1) |
Copy-ready code
/* CSS */
color: #dcbba7;
background-color: #dcbba7;
/* Tailwind (arbitrary) */
class="text-[#dcbba7] bg-[#dcbba7]"
/* SCSS */
$brand: #dcbba7;
/* SwiftUI */
Color(red: 0.863, green: 0.733, blue: 0.655)
/* Android */
Color.parseColor("#dcbba7")Accessibility — WCAG contrast
Aa
#dcbba7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbba7 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green73.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow24.1%
Key (black)13.7%
Color previews
#dcbba7 text on a black background
contrast 11.71:1
Card sample
#dcbba7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbba7;
Background color
Panel with #dcbba7 background
background-color: #dcbba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 187, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 187, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbba7; background: linear-gradient(135deg, #dcbba7, #DADCA7);