#e9eb49
a balanced, electric yellow · cool · closest name: yellow
RGB
233, 235, 73
HSL
61°, 80%, 60%
CMYK
1, 0, 69, 8
Luminance
0.7722
Every format
| HEX | #e9eb49 |
| RGB | rgb(233, 235, 73) |
| HSL | hsl(61, 80%, 60%) |
| CMYK | cmyk(1%, 0%, 69%, 8%) |
| LAB | lab(90.4 -19.3 74.1) |
| LCH | lch(90.4 76.6 104.6) |
| OKLCH | oklch(0.911 0.175 110.1) |
Copy-ready code
/* CSS */
color: #e9eb49;
background-color: #e9eb49;
/* Tailwind (arbitrary) */
class="text-[#e9eb49] bg-[#e9eb49]"
/* SCSS */
$brand: #e9eb49;
/* SwiftUI */
Color(red: 0.914, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#e9eb49")Accessibility — WCAG contrast
Aa
#e9eb49 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9eb49 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green92.2%
Blue28.6%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#e9eb49 text on a black background
contrast 16.44:1
Card sample
#e9eb49 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9eb49;
Background color
Panel with #e9eb49 background
background-color: #e9eb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9eb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9eb49; background: linear-gradient(135deg, #e9eb49, #7DEB49);