#c2ccb9
a light, soft green · cool · closest name: silver
RGB
194, 204, 185
HSL
92°, 16%, 76%
CMYK
5, 0, 9, 20
Luminance
0.5816
Every format
| HEX | #c2ccb9 |
| RGB | rgb(194, 204, 185) |
| HSL | hsl(92, 16%, 76%) |
| CMYK | cmyk(5%, 0%, 9%, 20%) |
| LAB | lab(80.8 -6.9 8.3) |
| LCH | lch(80.8 10.8 129.6) |
| OKLCH | oklch(0.832 0.028 129.9) |
Copy-ready code
/* CSS */
color: #c2ccb9;
background-color: #c2ccb9;
/* Tailwind (arbitrary) */
class="text-[#c2ccb9] bg-[#c2ccb9]"
/* SCSS */
$brand: #c2ccb9;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.725)
/* Android */
Color.parseColor("#c2ccb9")Accessibility — WCAG contrast
Aa
#c2ccb9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccb9 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue72.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow9.3%
Key (black)20.0%
Color previews
#c2ccb9 text on a black background
contrast 12.63:1
Card sample
#c2ccb9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccb9;
Background color
Panel with #c2ccb9 background
background-color: #c2ccb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccb9; background: linear-gradient(135deg, #c2ccb9, #B9CCBD);