#d4bc9e
a light, soft orange · warm · closest name: tan
RGB
212, 188, 158
HSL
33°, 39%, 73%
CMYK
0, 11, 26, 17
Luminance
0.5243
Every format
| HEX | #d4bc9e |
| RGB | rgb(212, 188, 158) |
| HSL | hsl(33, 39%, 73%) |
| CMYK | cmyk(0%, 11%, 26%, 17%) |
| LAB | lab(77.5 3.9 18.3) |
| LCH | lch(77.5 18.7 77.9) |
| OKLCH | oklch(0.808 0.049 73.2) |
Copy-ready code
/* CSS */
color: #d4bc9e;
background-color: #d4bc9e;
/* Tailwind (arbitrary) */
class="text-[#d4bc9e] bg-[#d4bc9e]"
/* SCSS */
$brand: #d4bc9e;
/* SwiftUI */
Color(red: 0.831, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#d4bc9e")Accessibility — WCAG contrast
Aa
#d4bc9e on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bc9e on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow25.5%
Key (black)16.9%
Color previews
#d4bc9e text on a black background
contrast 11.49:1
Card sample
#d4bc9e text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bc9e;
Background color
Panel with #d4bc9e background
background-color: #d4bc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bc9e; background: linear-gradient(135deg, #d4bc9e, #C8D49E);