#e9da2f
a balanced, electric yellow · cool · closest name: gold
RGB
233, 218, 47
HSL
55°, 81%, 55%
CMYK
0, 6, 80, 9
Luminance
0.6767
Every format
| HEX | #e9da2f |
| RGB | rgb(233, 218, 47) |
| HSL | hsl(55, 81%, 55%) |
| CMYK | cmyk(0%, 6%, 80%, 9%) |
| LAB | lab(85.8 -12.0 78.0) |
| LCH | lch(85.8 79.0 98.7) |
| OKLCH | oklch(0.874 0.174 104.0) |
Copy-ready code
/* CSS */
color: #e9da2f;
background-color: #e9da2f;
/* Tailwind (arbitrary) */
class="text-[#e9da2f] bg-[#e9da2f]"
/* SCSS */
$brand: #e9da2f;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.184)
/* Android */
Color.parseColor("#e9da2f")Accessibility — WCAG contrast
Aa
#e9da2f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9da2f on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow79.8%
Key (black)8.6%
Color previews
#e9da2f text on a black background
contrast 14.53:1
Card sample
#e9da2f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9da2f;
Background color
Panel with #e9da2f background
background-color: #e9da2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9da2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9da2f; background: linear-gradient(135deg, #e9da2f, #7CE92F);