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