#e4df13
a balanced, electric yellow · cool · closest name: yellow
RGB
228, 223, 19
HSL
59°, 85%, 48%
CMYK
0, 2, 92, 11
Luminance
0.6932
Every format
| HEX | #e4df13 |
| RGB | rgb(228, 223, 19) |
| HSL | hsl(59, 85%, 48%) |
| CMYK | cmyk(0%, 2%, 92%, 11%) |
| LAB | lab(86.7 -17.2 84.1) |
| LCH | lch(86.7 85.8 101.6) |
| OKLCH | oklch(0.879 0.187 108.0) |
Copy-ready code
/* CSS */
color: #e4df13;
background-color: #e4df13;
/* Tailwind (arbitrary) */
class="text-[#e4df13] bg-[#e4df13]"
/* SCSS */
$brand: #e4df13;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#e4df13")Accessibility — WCAG contrast
Aa
#e4df13 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4df13 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow91.7%
Key (black)10.6%
Color previews
#e4df13 text on a black background
contrast 14.86:1
Card sample
#e4df13 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4df13;
Background color
Panel with #e4df13 background
background-color: #e4df13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4df13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4df13; background: linear-gradient(135deg, #e4df13, #5DE413);