#c4e232
a balanced, electric green · cool · closest name: yellow
RGB
196, 226, 50
HSL
70°, 75%, 54%
CMYK
13, 0, 78, 11
Luminance
0.6636
Every format
| HEX | #c4e232 |
| RGB | rgb(196, 226, 50) |
| HSL | hsl(70, 75%, 54%) |
| CMYK | cmyk(13%, 0%, 78%, 11%) |
| LAB | lab(85.2 -31.1 75.5) |
| LCH | lch(85.2 81.7 112.3) |
| OKLCH | oklch(0.862 0.190 119.4) |
Copy-ready code
/* CSS */
color: #c4e232;
background-color: #c4e232;
/* Tailwind (arbitrary) */
class="text-[#c4e232] bg-[#c4e232]"
/* SCSS */
$brand: #c4e232;
/* SwiftUI */
Color(red: 0.769, green: 0.886, blue: 0.196)
/* Android */
Color.parseColor("#c4e232")Accessibility — WCAG contrast
Aa
#c4e232 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e232 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green88.6%
Blue19.6%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow77.9%
Key (black)11.4%
Color previews
#c4e232 text on a black background
contrast 14.27:1
Card sample
#c4e232 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e232;
Background color
Panel with #c4e232 background
background-color: #c4e232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 226, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 226, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e232; background: linear-gradient(135deg, #c4e232, #4FE232);