#c2c9af
a light, soft green · cool · closest name: silver
RGB
194, 201, 175
HSL
76°, 19%, 74%
CMYK
4, 0, 13, 21
Luminance
0.5634
Every format
| HEX | #c2c9af |
| RGB | rgb(194, 201, 175) |
| HSL | hsl(76, 19%, 74%) |
| CMYK | cmyk(4%, 0%, 13%, 21%) |
| LAB | lab(79.8 -7.0 12.2) |
| LCH | lch(79.8 14.1 119.9) |
| OKLCH | oklch(0.823 0.036 119.5) |
Copy-ready code
/* CSS */
color: #c2c9af;
background-color: #c2c9af;
/* Tailwind (arbitrary) */
class="text-[#c2c9af] bg-[#c2c9af]"
/* SCSS */
$brand: #c2c9af;
/* SwiftUI */
Color(red: 0.761, green: 0.788, blue: 0.686)
/* Android */
Color.parseColor("#c2c9af")Accessibility — WCAG contrast
Aa
#c2c9af on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c9af on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.8%
Blue68.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow12.9%
Key (black)21.2%
Color previews
#c2c9af text on a black background
contrast 12.27:1
Card sample
#c2c9af text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c9af;
Background color
Panel with #c2c9af background
background-color: #c2c9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 201, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 201, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c9af; background: linear-gradient(135deg, #c2c9af, #B1C9AF);