#e4f14e
a balanced, electric yellow · cool · closest name: yellow
RGB
228, 241, 78
HSL
65°, 85%, 63%
CMYK
5, 0, 68, 6
Luminance
0.7995
Every format
| HEX | #e4f14e |
| RGB | rgb(228, 241, 78) |
| HSL | hsl(65, 85%, 63%) |
| CMYK | cmyk(5%, 0%, 68%, 6%) |
| LAB | lab(91.7 -23.9 73.4) |
| LCH | lch(91.7 77.2 108.1) |
| OKLCH | oklch(0.920 0.180 113.9) |
Copy-ready code
/* CSS */
color: #e4f14e;
background-color: #e4f14e;
/* Tailwind (arbitrary) */
class="text-[#e4f14e] bg-[#e4f14e]"
/* SCSS */
$brand: #e4f14e;
/* SwiftUI */
Color(red: 0.894, green: 0.945, blue: 0.306)
/* Android */
Color.parseColor("#e4f14e")Accessibility — WCAG contrast
Aa
#e4f14e on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f14e on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green94.5%
Blue30.6%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow67.6%
Key (black)5.5%
Color previews
#e4f14e text on a black background
contrast 16.99:1
Card sample
#e4f14e text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f14e;
Background color
Panel with #e4f14e background
background-color: #e4f14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 241, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 241, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f14e; background: linear-gradient(135deg, #e4f14e, #77F14E);