#c4f044
a balanced, electric green · cool · closest name: yellow
RGB
196, 240, 68
HSL
75°, 85%, 60%
CMYK
18, 0, 72, 6
Luminance
0.7447
Every format
| HEX | #c4f044 |
| RGB | rgb(196, 240, 68) |
| HSL | hsl(75, 85%, 60%) |
| CMYK | cmyk(18%, 0%, 72%, 6%) |
| LAB | lab(89.2 -36.6 73.7) |
| LCH | lch(89.2 82.3 116.4) |
| OKLCH | oklch(0.894 0.196 123.1) |
Copy-ready code
/* CSS */
color: #c4f044;
background-color: #c4f044;
/* Tailwind (arbitrary) */
class="text-[#c4f044] bg-[#c4f044]"
/* SCSS */
$brand: #c4f044;
/* SwiftUI */
Color(red: 0.769, green: 0.941, blue: 0.267)
/* Android */
Color.parseColor("#c4f044")Accessibility — WCAG contrast
Aa
#c4f044 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f044 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green94.1%
Blue26.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow71.7%
Key (black)5.9%
Color previews
#c4f044 text on a black background
contrast 15.89:1
Card sample
#c4f044 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f044;
Background color
Panel with #c4f044 background
background-color: #c4f044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 240, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 240, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f044; background: linear-gradient(135deg, #c4f044, #52F044);