#e4e430
a balanced, electric yellow · cool · closest name: yellow
RGB
228, 228, 48
HSL
60°, 77%, 54%
CMYK
0, 0, 79, 11
Luminance
0.7219
Every format
| HEX | #e4e430 |
| RGB | rgb(228, 228, 48) |
| HSL | hsl(60, 77%, 54%) |
| CMYK | cmyk(0%, 0%, 79%, 11%) |
| LAB | lab(88.1 -19.0 79.5) |
| LCH | lch(88.1 81.8 103.4) |
| OKLCH | oklch(0.891 0.183 109.6) |
Copy-ready code
/* CSS */
color: #e4e430;
background-color: #e4e430;
/* Tailwind (arbitrary) */
class="text-[#e4e430] bg-[#e4e430]"
/* SCSS */
$brand: #e4e430;
/* SwiftUI */
Color(red: 0.894, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#e4e430")Accessibility — WCAG contrast
Aa
#e4e430 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e430 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#e4e430 text on a black background
contrast 15.44:1
Card sample
#e4e430 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e430;
Background color
Panel with #e4e430 background
background-color: #e4e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e430; background: linear-gradient(135deg, #e4e430, #6CE430);