#e9da44
a balanced, electric yellow · cool · closest name: gold
RGB
233, 218, 68
HSL
55°, 79%, 59%
CMYK
0, 6, 71, 9
Luminance
0.6788
Every format
| HEX | #e9da44 |
| RGB | rgb(233, 218, 68) |
| HSL | hsl(55, 79%, 59%) |
| CMYK | cmyk(0%, 6%, 71%, 9%) |
| LAB | lab(86.0 -11.2 71.5) |
| LCH | lch(86.0 72.4 98.9) |
| OKLCH | oklch(0.875 0.163 103.5) |
Copy-ready code
/* CSS */
color: #e9da44;
background-color: #e9da44;
/* Tailwind (arbitrary) */
class="text-[#e9da44] bg-[#e9da44]"
/* SCSS */
$brand: #e9da44;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.267)
/* Android */
Color.parseColor("#e9da44")Accessibility — WCAG contrast
Aa
#e9da44 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9da44 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow70.8%
Key (black)8.6%
Color previews
#e9da44 text on a black background
contrast 14.58:1
Card sample
#e9da44 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9da44;
Background color
Panel with #e9da44 background
background-color: #e9da44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9da44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9da44; background: linear-gradient(135deg, #e9da44, #8AE944);