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