#e9df49
a balanced, electric yellow · cool · closest name: gold
RGB
233, 223, 73
HSL
56°, 78%, 60%
CMYK
0, 4, 69, 9
Luminance
0.7058
Every format
| HEX | #e9df49 |
| RGB | rgb(233, 223, 73) |
| HSL | hsl(56, 78%, 60%) |
| CMYK | cmyk(0%, 4%, 69%, 9%) |
| LAB | lab(87.3 -13.4 71.0) |
| LCH | lch(87.3 72.3 100.7) |
| OKLCH | oklch(0.886 0.164 105.5) |
Copy-ready code
/* CSS */
color: #e9df49;
background-color: #e9df49;
/* Tailwind (arbitrary) */
class="text-[#e9df49] bg-[#e9df49]"
/* SCSS */
$brand: #e9df49;
/* SwiftUI */
Color(red: 0.914, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#e9df49")Accessibility — WCAG contrast
Aa
#e9df49 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9df49 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green87.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow68.7%
Key (black)8.6%
Color previews
#e9df49 text on a black background
contrast 15.12:1
Card sample
#e9df49 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9df49;
Background color
Panel with #e9df49 background
background-color: #e9df49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9df49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9df49; background: linear-gradient(135deg, #e9df49, #88E949);