#c9c1ad
a light, soft yellow · warm · closest name: silver
RGB
201, 193, 173
HSL
43°, 21%, 73%
CMYK
0, 4, 14, 21
Luminance
0.5357
Every format
| HEX | #c9c1ad |
| RGB | rgb(201, 193, 173) |
| HSL | hsl(43, 21%, 73%) |
| CMYK | cmyk(0%, 4%, 14%, 21%) |
| LAB | lab(78.2 -0.6 11.1) |
| LCH | lch(78.2 11.1 93.0) |
| OKLCH | oklch(0.812 0.029 88.8) |
Copy-ready code
/* CSS */
color: #c9c1ad;
background-color: #c9c1ad;
/* Tailwind (arbitrary) */
class="text-[#c9c1ad] bg-[#c9c1ad]"
/* SCSS */
$brand: #c9c1ad;
/* SwiftUI */
Color(red: 0.788, green: 0.757, blue: 0.678)
/* Android */
Color.parseColor("#c9c1ad")Accessibility — WCAG contrast
Aa
#c9c1ad on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c1ad on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green75.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow13.9%
Key (black)21.2%
Color previews
#c9c1ad text on a black background
contrast 11.71:1
Card sample
#c9c1ad text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c1ad;
Background color
Panel with #c9c1ad background
background-color: #c9c1ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c1ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 193, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 193, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c1ad; background: linear-gradient(135deg, #c9c1ad, #BEC9AD);