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