#e5eb49
a balanced, electric yellow · cool · closest name: yellow
RGB
229, 235, 73
HSL
62°, 80%, 60%
CMYK
3, 0, 69, 8
Luminance
0.7656
Every format
| HEX | #e5eb49 |
| RGB | rgb(229, 235, 73) |
| HSL | hsl(62, 80%, 60%) |
| CMYK | cmyk(3%, 0%, 69%, 8%) |
| LAB | lab(90.1 -20.9 73.7) |
| LCH | lch(90.1 76.6 105.9) |
| OKLCH | oklch(0.908 0.176 111.5) |
Copy-ready code
/* CSS */
color: #e5eb49;
background-color: #e5eb49;
/* Tailwind (arbitrary) */
class="text-[#e5eb49] bg-[#e5eb49]"
/* SCSS */
$brand: #e5eb49;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#e5eb49")Accessibility — WCAG contrast
Aa
#e5eb49 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5eb49 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue28.6%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#e5eb49 text on a black background
contrast 16.31:1
Card sample
#e5eb49 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5eb49;
Background color
Panel with #e5eb49 background
background-color: #e5eb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5eb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5eb49; background: linear-gradient(135deg, #e5eb49, #79EB49);