#d3b2af
a light, soft red · warm · closest name: silver
RGB
211, 178, 175
HSL
5°, 29%, 76%
CMYK
0, 16, 17, 17
Luminance
0.4878
Every format
| HEX | #d3b2af |
| RGB | rgb(211, 178, 175) |
| HSL | hsl(5, 29%, 76%) |
| CMYK | cmyk(0%, 16%, 17%, 17%) |
| LAB | lab(75.3 11.4 6.0) |
| LCH | lch(75.3 12.9 27.6) |
| OKLCH | oklch(0.792 0.039 24.1) |
Copy-ready code
/* CSS */
color: #d3b2af;
background-color: #d3b2af;
/* Tailwind (arbitrary) */
class="text-[#d3b2af] bg-[#d3b2af]"
/* SCSS */
$brand: #d3b2af;
/* SwiftUI */
Color(red: 0.827, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#d3b2af")Accessibility — WCAG contrast
Aa
#d3b2af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3b2af on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green69.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow17.1%
Key (black)17.3%
Color previews
#d3b2af text on a black background
contrast 10.76:1
Card sample
#d3b2af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3b2af;
Background color
Panel with #d3b2af background
background-color: #d3b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3b2af; background: linear-gradient(135deg, #d3b2af, #D3CAAF);