#c4f849
a balanced, electric green · cool · closest name: yellow
RGB
196, 248, 73
HSL
78°, 93%, 63%
CMYK
21, 0, 71, 3
Luminance
0.7935
Every format
| HEX | #c4f849 |
| RGB | rgb(196, 248, 73) |
| HSL | hsl(78, 93%, 63%) |
| CMYK | cmyk(21%, 0%, 71%, 3%) |
| LAB | lab(91.4 -39.9 74.2) |
| LCH | lch(91.4 84.3 118.3) |
| OKLCH | oklch(0.912 0.202 124.8) |
Copy-ready code
/* CSS */
color: #c4f849;
background-color: #c4f849;
/* Tailwind (arbitrary) */
class="text-[#c4f849] bg-[#c4f849]"
/* SCSS */
$brand: #c4f849;
/* SwiftUI */
Color(red: 0.769, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#c4f849")Accessibility — WCAG contrast
Aa
#c4f849 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f849 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green97.3%
Blue28.6%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#c4f849 text on a black background
contrast 16.87:1
Card sample
#c4f849 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f849;
Background color
Panel with #c4f849 background
background-color: #c4f849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f849; background: linear-gradient(135deg, #c4f849, #4FF849);