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