#c9c2ba
a light, muted orange · warm · closest name: silver
RGB
201, 194, 186
HSL
32°, 12%, 76%
CMYK
0, 4, 8, 21
Luminance
0.5455
Every format
| HEX | #c9c2ba |
| RGB | rgb(201, 194, 186) |
| HSL | hsl(32, 12%, 76%) |
| CMYK | cmyk(0%, 4%, 8%, 21%) |
| LAB | lab(78.8 1.0 4.9) |
| LCH | lch(78.8 5.0 78.0) |
| OKLCH | oklch(0.818 0.014 71.3) |
Copy-ready code
/* CSS */
color: #c9c2ba;
background-color: #c9c2ba;
/* Tailwind (arbitrary) */
class="text-[#c9c2ba] bg-[#c9c2ba]"
/* SCSS */
$brand: #c9c2ba;
/* SwiftUI */
Color(red: 0.788, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#c9c2ba")Accessibility — WCAG contrast
Aa
#c9c2ba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c2ba on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow7.5%
Key (black)21.2%
Color previews
#c9c2ba text on a black background
contrast 11.91:1
Card sample
#c9c2ba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c2ba;
Background color
Panel with #c9c2ba background
background-color: #c9c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c2ba; background: linear-gradient(135deg, #c9c2ba, #C6C9BA);