#c4e331
a balanced, electric green · cool · closest name: yellow
RGB
196, 227, 49
HSL
70°, 76%, 54%
CMYK
14, 0, 78, 11
Luminance
0.6690
Every format
| HEX | #c4e331 |
| RGB | rgb(196, 227, 49) |
| HSL | hsl(70, 76%, 54%) |
| CMYK | cmyk(14%, 0%, 78%, 11%) |
| LAB | lab(85.5 -31.6 76.1) |
| LCH | lch(85.5 82.4 112.5) |
| OKLCH | oklch(0.864 0.191 119.6) |
Copy-ready code
/* CSS */
color: #c4e331;
background-color: #c4e331;
/* Tailwind (arbitrary) */
class="text-[#c4e331] bg-[#c4e331]"
/* SCSS */
$brand: #c4e331;
/* SwiftUI */
Color(red: 0.769, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#c4e331")Accessibility — WCAG contrast
Aa
#c4e331 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e331 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#c4e331 text on a black background
contrast 14.38:1
Card sample
#c4e331 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e331;
Background color
Panel with #c4e331 background
background-color: #c4e331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e331; background: linear-gradient(135deg, #c4e331, #4DE331);