#c2eba2
a light, vivid green · cool · closest name: khaki
RGB
194, 235, 162
HSL
94°, 65%, 78%
CMYK
17, 0, 31, 8
Luminance
0.7349
Every format
| HEX | #c2eba2 |
| RGB | rgb(194, 235, 162) |
| HSL | hsl(94, 65%, 78%) |
| CMYK | cmyk(17%, 0%, 31%, 8%) |
| LAB | lab(88.7 -26.0 31.2) |
| LCH | lch(88.7 40.6 129.8) |
| OKLCH | oklch(0.893 0.105 132.1) |
Copy-ready code
/* CSS */
color: #c2eba2;
background-color: #c2eba2;
/* Tailwind (arbitrary) */
class="text-[#c2eba2] bg-[#c2eba2]"
/* SCSS */
$brand: #c2eba2;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#c2eba2")Accessibility — WCAG contrast
Aa
#c2eba2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eba2 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue63.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#c2eba2 text on a black background
contrast 15.70:1
Card sample
#c2eba2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eba2;
Background color
Panel with #c2eba2 background
background-color: #c2eba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eba2; background: linear-gradient(135deg, #c2eba2, #A2EBB3);