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