#c9c2af
a light, soft yellow · warm · closest name: silver
RGB
201, 194, 175
HSL
44°, 19%, 74%
CMYK
0, 4, 13, 21
Luminance
0.5410
Every format
| HEX | #c9c2af |
| RGB | rgb(201, 194, 175) |
| HSL | hsl(44, 19%, 74%) |
| CMYK | cmyk(0%, 4%, 13%, 21%) |
| LAB | lab(78.5 -0.8 10.4) |
| LCH | lch(78.5 10.5 94.4) |
| OKLCH | oklch(0.815 0.027 90.1) |
Copy-ready code
/* CSS */
color: #c9c2af;
background-color: #c9c2af;
/* Tailwind (arbitrary) */
class="text-[#c9c2af] bg-[#c9c2af]"
/* SCSS */
$brand: #c9c2af;
/* SwiftUI */
Color(red: 0.788, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#c9c2af")Accessibility — WCAG contrast
Aa
#c9c2af on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c2af on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow12.9%
Key (black)21.2%
Color previews
#c9c2af text on a black background
contrast 11.82:1
Card sample
#c9c2af text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c2af;
Background color
Panel with #c9c2af background
background-color: #c9c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c2af; background: linear-gradient(135deg, #c9c2af, #BFC9AF);