#c2eeac
a light, vivid green · cool · closest name: khaki
RGB
194, 238, 172
HSL
100°, 66%, 80%
CMYK
19, 0, 28, 7
Luminance
0.7560
Every format
| HEX | #c2eeac |
| RGB | rgb(194, 238, 172) |
| HSL | hsl(100, 66%, 80%) |
| CMYK | cmyk(19%, 0%, 28%, 7%) |
| LAB | lab(89.7 -25.9 27.4) |
| LCH | lch(89.7 37.8 133.4) |
| OKLCH | oklch(0.902 0.099 135.4) |
Copy-ready code
/* CSS */
color: #c2eeac;
background-color: #c2eeac;
/* Tailwind (arbitrary) */
class="text-[#c2eeac] bg-[#c2eeac]"
/* SCSS */
$brand: #c2eeac;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#c2eeac")Accessibility — WCAG contrast
Aa
#c2eeac on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eeac on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue67.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#c2eeac text on a black background
contrast 16.12:1
Card sample
#c2eeac text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eeac;
Background color
Panel with #c2eeac background
background-color: #c2eeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eeac; background: linear-gradient(135deg, #c2eeac, #ACEEC2);