#c2eca1
a light, vivid green · cool · closest name: khaki
RGB
194, 236, 161
HSL
94°, 66%, 78%
CMYK
18, 0, 32, 8
Luminance
0.7403
Every format
| HEX | #c2eca1 |
| RGB | rgb(194, 236, 161) |
| HSL | hsl(94, 66%, 78%) |
| CMYK | cmyk(18%, 0%, 32%, 8%) |
| LAB | lab(88.9 -26.6 32.0) |
| LCH | lch(88.9 41.6 129.7) |
| OKLCH | oklch(0.895 0.108 132.0) |
Copy-ready code
/* CSS */
color: #c2eca1;
background-color: #c2eca1;
/* Tailwind (arbitrary) */
class="text-[#c2eca1] bg-[#c2eca1]"
/* SCSS */
$brand: #c2eca1;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.631)
/* Android */
Color.parseColor("#c2eca1")Accessibility — WCAG contrast
Aa
#c2eca1 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eca1 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue63.1%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow31.8%
Key (black)7.5%
Color previews
#c2eca1 text on a black background
contrast 15.81:1
Card sample
#c2eca1 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eca1;
Background color
Panel with #c2eca1 background
background-color: #c2eca1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eca1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eca1; background: linear-gradient(135deg, #c2eca1, #A1ECB2);