#c2c9ba
a light, muted green · cool · closest name: silver
RGB
194, 201, 186
HSL
88°, 12%, 76%
CMYK
4, 0, 8, 21
Luminance
0.5679
Every format
| HEX | #c2c9ba |
| RGB | rgb(194, 201, 186) |
| HSL | hsl(88, 12%, 76%) |
| CMYK | cmyk(4%, 0%, 8%, 21%) |
| LAB | lab(80.1 -5.1 6.7) |
| LCH | lch(80.1 8.4 127.6) |
| OKLCH | oklch(0.826 0.022 127.4) |
Copy-ready code
/* CSS */
color: #c2c9ba;
background-color: #c2c9ba;
/* Tailwind (arbitrary) */
class="text-[#c2c9ba] bg-[#c2c9ba]"
/* SCSS */
$brand: #c2c9ba;
/* SwiftUI */
Color(red: 0.761, green: 0.788, blue: 0.729)
/* Android */
Color.parseColor("#c2c9ba")Accessibility — WCAG contrast
Aa
#c2c9ba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c9ba on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.8%
Blue72.9%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow7.5%
Key (black)21.2%
Color previews
#c2c9ba text on a black background
contrast 12.36:1
Card sample
#c2c9ba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c9ba;
Background color
Panel with #c2c9ba background
background-color: #c2c9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 201, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 201, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c9ba; background: linear-gradient(135deg, #c2c9ba, #BAC9BC);