#c9b4af
a light, soft red · warm · closest name: silver
RGB
201, 180, 175
HSL
12°, 19%, 74%
CMYK
0, 10, 13, 21
Luminance
0.4816
Every format
| HEX | #c9b4af |
| RGB | rgb(201, 180, 175) |
| HSL | hsl(12, 19%, 74%) |
| CMYK | cmyk(0%, 10%, 13%, 21%) |
| LAB | lab(74.9 6.7 5.3) |
| LCH | lch(74.9 8.5 38.4) |
| OKLCH | oklch(0.786 0.025 33.6) |
Copy-ready code
/* CSS */
color: #c9b4af;
background-color: #c9b4af;
/* Tailwind (arbitrary) */
class="text-[#c9b4af] bg-[#c9b4af]"
/* SCSS */
$brand: #c9b4af;
/* SwiftUI */
Color(red: 0.788, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#c9b4af")Accessibility — WCAG contrast
Aa
#c9b4af on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b4af on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow12.9%
Key (black)21.2%
Color previews
#c9b4af text on a black background
contrast 10.63:1
Card sample
#c9b4af text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b4af;
Background color
Panel with #c9b4af background
background-color: #c9b4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b4af; background: linear-gradient(135deg, #c9b4af, #C9C5AF);