#d4b3af
a light, soft red · warm · closest name: silver
RGB
212, 179, 175
HSL
7°, 30%, 76%
CMYK
0, 16, 18, 17
Luminance
0.4933
Every format
| HEX | #d4b3af |
| RGB | rgb(212, 179, 175) |
| HSL | hsl(7, 30%, 76%) |
| CMYK | cmyk(0%, 16%, 18%, 17%) |
| LAB | lab(75.7 11.2 6.5) |
| LCH | lch(75.7 13.0 29.9) |
| OKLCH | oklch(0.794 0.039 26.1) |
Copy-ready code
/* CSS */
color: #d4b3af;
background-color: #d4b3af;
/* Tailwind (arbitrary) */
class="text-[#d4b3af] bg-[#d4b3af]"
/* SCSS */
$brand: #d4b3af;
/* SwiftUI */
Color(red: 0.831, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#d4b3af")Accessibility — WCAG contrast
Aa
#d4b3af on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4b3af on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow17.5%
Key (black)16.9%
Color previews
#d4b3af text on a black background
contrast 10.87:1
Card sample
#d4b3af text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4b3af;
Background color
Panel with #d4b3af background
background-color: #d4b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4b3af; background: linear-gradient(135deg, #d4b3af, #D4CCAF);