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