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