#d4bc9b
a light, soft orange · warm · closest name: tan
RGB
212, 188, 155
HSL
35°, 40%, 72%
CMYK
0, 11, 27, 17
Luminance
0.5233
Every format
| HEX | #d4bc9b |
| RGB | rgb(212, 188, 155) |
| HSL | hsl(35, 40%, 72%) |
| CMYK | cmyk(0%, 11%, 27%, 17%) |
| LAB | lab(77.5 3.5 19.9) |
| LCH | lch(77.5 20.2 80.0) |
| OKLCH | oklch(0.807 0.052 75.7) |
Copy-ready code
/* CSS */
color: #d4bc9b;
background-color: #d4bc9b;
/* Tailwind (arbitrary) */
class="text-[#d4bc9b] bg-[#d4bc9b]"
/* SCSS */
$brand: #d4bc9b;
/* SwiftUI */
Color(red: 0.831, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#d4bc9b")Accessibility — WCAG contrast
Aa
#d4bc9b on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bc9b on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow26.9%
Key (black)16.9%
Color previews
#d4bc9b text on a black background
contrast 11.47:1
Card sample
#d4bc9b text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bc9b;
Background color
Panel with #d4bc9b background
background-color: #d4bc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bc9b; background: linear-gradient(135deg, #d4bc9b, #C6D49B);