#e5ef1f
a balanced, electric yellow · cool · closest name: yellow
RGB
229, 239, 31
HSL
63°, 87%, 53%
CMYK
4, 0, 87, 6
Luminance
0.7849
Every format
| HEX | #e5ef1f |
| RGB | rgb(229, 239, 31) |
| HSL | hsl(63, 87%, 53%) |
| CMYK | cmyk(4%, 0%, 87%, 6%) |
| LAB | lab(91.0 -24.3 85.7) |
| LCH | lch(91.0 89.1 105.8) |
| OKLCH | oklch(0.914 0.199 112.8) |
Copy-ready code
/* CSS */
color: #e5ef1f;
background-color: #e5ef1f;
/* Tailwind (arbitrary) */
class="text-[#e5ef1f] bg-[#e5ef1f]"
/* SCSS */
$brand: #e5ef1f;
/* SwiftUI */
Color(red: 0.898, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#e5ef1f")Accessibility — WCAG contrast
Aa
#e5ef1f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ef1f on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green93.7%
Blue12.2%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#e5ef1f text on a black background
contrast 16.70:1
Card sample
#e5ef1f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ef1f;
Background color
Panel with #e5ef1f background
background-color: #e5ef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ef1f; background: linear-gradient(135deg, #e5ef1f, #5AEF1F);