#c2eeaf
a light, vivid green · cool · closest name: khaki
RGB
194, 238, 175
HSL
102°, 65%, 81%
CMYK
19, 0, 27, 7
Luminance
0.7571
Every format
| HEX | #c2eeaf |
| RGB | rgb(194, 238, 175) |
| HSL | hsl(102, 65%, 81%) |
| CMYK | cmyk(19%, 0%, 27%, 7%) |
| LAB | lab(89.7 -25.5 26.0) |
| LCH | lch(89.7 36.4 134.4) |
| OKLCH | oklch(0.902 0.095 136.4) |
Copy-ready code
/* CSS */
color: #c2eeaf;
background-color: #c2eeaf;
/* Tailwind (arbitrary) */
class="text-[#c2eeaf] bg-[#c2eeaf]"
/* SCSS */
$brand: #c2eeaf;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c2eeaf")Accessibility — WCAG contrast
Aa
#c2eeaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eeaf on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue68.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c2eeaf text on a black background
contrast 16.14:1
Card sample
#c2eeaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eeaf;
Background color
Panel with #c2eeaf background
background-color: #c2eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eeaf; background: linear-gradient(135deg, #c2eeaf, #AFEEC6);