#d4bfac
a light, soft orange · warm · closest name: tan
RGB
212, 191, 172
HSL
29°, 32%, 75%
CMYK
0, 10, 19, 17
Luminance
0.5424
Every format
| HEX | #d4bfac |
| RGB | rgb(212, 191, 172) |
| HSL | hsl(29, 32%, 75%) |
| CMYK | cmyk(0%, 10%, 19%, 17%) |
| LAB | lab(78.6 4.4 12.3) |
| LCH | lch(78.6 13.0 70.4) |
| OKLCH | oklch(0.817 0.035 64.5) |
Copy-ready code
/* CSS */
color: #d4bfac;
background-color: #d4bfac;
/* Tailwind (arbitrary) */
class="text-[#d4bfac] bg-[#d4bfac]"
/* SCSS */
$brand: #d4bfac;
/* SwiftUI */
Color(red: 0.831, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#d4bfac")Accessibility — WCAG contrast
Aa
#d4bfac on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bfac on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow18.9%
Key (black)16.9%
Color previews
#d4bfac text on a black background
contrast 11.85:1
Card sample
#d4bfac text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bfac;
Background color
Panel with #d4bfac background
background-color: #d4bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bfac; background: linear-gradient(135deg, #d4bfac, #CED4AC);