#c4f034
a balanced, electric green · cool · closest name: yellow
RGB
196, 240, 52
HSL
74°, 86%, 57%
CMYK
18, 0, 78, 6
Luminance
0.7430
Every format
| HEX | #c4f034 |
| RGB | rgb(196, 240, 52) |
| HSL | hsl(74, 86%, 57%) |
| CMYK | cmyk(18%, 0%, 78%, 6%) |
| LAB | lab(89.1 -37.4 78.5) |
| LCH | lch(89.1 87.0 115.4) |
| OKLCH | oklch(0.893 0.204 122.7) |
Copy-ready code
/* CSS */
color: #c4f034;
background-color: #c4f034;
/* Tailwind (arbitrary) */
class="text-[#c4f034] bg-[#c4f034]"
/* SCSS */
$brand: #c4f034;
/* SwiftUI */
Color(red: 0.769, green: 0.941, blue: 0.204)
/* Android */
Color.parseColor("#c4f034")Accessibility — WCAG contrast
Aa
#c4f034 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f034 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green94.1%
Blue20.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow78.3%
Key (black)5.9%
Color previews
#c4f034 text on a black background
contrast 15.86:1
Card sample
#c4f034 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f034;
Background color
Panel with #c4f034 background
background-color: #c4f034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 240, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 240, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f034; background: linear-gradient(135deg, #c4f034, #47F034);