#c9c2ab
a light, soft yellow · cool · closest name: silver
RGB
201, 194, 171
HSL
46°, 22%, 73%
CMYK
0, 4, 15, 21
Luminance
0.5394
Every format
| HEX | #c9c2ab |
| RGB | rgb(201, 194, 171) |
| HSL | hsl(46, 22%, 73%) |
| CMYK | cmyk(0%, 4%, 15%, 21%) |
| LAB | lab(78.4 -1.4 12.4) |
| LCH | lch(78.4 12.5 96.6) |
| OKLCH | oklch(0.814 0.032 93.0) |
Copy-ready code
/* CSS */
color: #c9c2ab;
background-color: #c9c2ab;
/* Tailwind (arbitrary) */
class="text-[#c9c2ab] bg-[#c9c2ab]"
/* SCSS */
$brand: #c9c2ab;
/* SwiftUI */
Color(red: 0.788, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#c9c2ab")Accessibility — WCAG contrast
Aa
#c9c2ab on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c2ab on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow14.9%
Key (black)21.2%
Color previews
#c9c2ab text on a black background
contrast 11.79:1
Card sample
#c9c2ab text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c2ab;
Background color
Panel with #c9c2ab background
background-color: #c9c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c2ab; background: linear-gradient(135deg, #c9c2ab, #BCC9AB);