#c2e331
a balanced, electric green · cool · closest name: yellow
RGB
194, 227, 49
HSL
71°, 76%, 54%
CMYK
15, 0, 78, 11
Luminance
0.6663
Every format
| HEX | #c2e331 |
| RGB | rgb(194, 227, 49) |
| HSL | hsl(71, 76%, 54%) |
| CMYK | cmyk(15%, 0%, 78%, 11%) |
| LAB | lab(85.3 -32.4 75.9) |
| LCH | lch(85.3 82.5 113.1) |
| OKLCH | oklch(0.862 0.192 120.2) |
Copy-ready code
/* CSS */
color: #c2e331;
background-color: #c2e331;
/* Tailwind (arbitrary) */
class="text-[#c2e331] bg-[#c2e331]"
/* SCSS */
$brand: #c2e331;
/* SwiftUI */
Color(red: 0.761, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#c2e331")Accessibility — WCAG contrast
Aa
#c2e331 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e331 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green89.0%
Blue19.2%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#c2e331 text on a black background
contrast 14.33:1
Card sample
#c2e331 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e331;
Background color
Panel with #c2e331 background
background-color: #c2e331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e331; background: linear-gradient(135deg, #c2e331, #4BE331);