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