#c2ee4f
a balanced, electric green · cool · closest name: yellow
RGB
194, 238, 79
HSL
77°, 82%, 62%
CMYK
19, 0, 67, 7
Luminance
0.7318
Every format
| HEX | #c2ee4f |
| RGB | rgb(194, 238, 79) |
| HSL | hsl(77, 82%, 62%) |
| CMYK | cmyk(19%, 0%, 67%, 7%) |
| LAB | lab(88.5 -35.9 69.1) |
| LCH | lch(88.5 77.9 117.4) |
| OKLCH | oklch(0.889 0.188 123.6) |
Copy-ready code
/* CSS */
color: #c2ee4f;
background-color: #c2ee4f;
/* Tailwind (arbitrary) */
class="text-[#c2ee4f] bg-[#c2ee4f]"
/* SCSS */
$brand: #c2ee4f;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.310)
/* Android */
Color.parseColor("#c2ee4f")Accessibility — WCAG contrast
Aa
#c2ee4f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ee4f on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue31.0%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow66.8%
Key (black)6.7%
Color previews
#c2ee4f text on a black background
contrast 15.64:1
Card sample
#c2ee4f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ee4f;
Background color
Panel with #c2ee4f background
background-color: #c2ee4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ee4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ee4f; background: linear-gradient(135deg, #c2ee4f, #58EE4F);