#d2b5af
a light, soft red · warm · closest name: silver
RGB
210, 181, 175
HSL
10°, 28%, 76%
CMYK
0, 14, 17, 18
Luminance
0.4984
Every format
| HEX | #d2b5af |
| RGB | rgb(210, 181, 175) |
| HSL | hsl(10, 28%, 76%) |
| CMYK | cmyk(0%, 14%, 17%, 18%) |
| LAB | lab(76.0 9.4 6.9) |
| LCH | lch(76.0 11.7 36.2) |
| OKLCH | oklch(0.796 0.035 31.6) |
Copy-ready code
/* CSS */
color: #d2b5af;
background-color: #d2b5af;
/* Tailwind (arbitrary) */
class="text-[#d2b5af] bg-[#d2b5af]"
/* SCSS */
$brand: #d2b5af;
/* SwiftUI */
Color(red: 0.824, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#d2b5af")Accessibility — WCAG contrast
Aa
#d2b5af on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2b5af on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow16.7%
Key (black)17.6%
Color previews
#d2b5af text on a black background
contrast 10.97:1
Card sample
#d2b5af text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2b5af;
Background color
Panel with #d2b5af background
background-color: #d2b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2b5af; background: linear-gradient(135deg, #d2b5af, #D2CCAF);