#eee43b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 228, 59
HSL
57°, 84%, 58%
CMYK
0, 4, 75, 7
Luminance
0.7398
Every format
| HEX | #eee43b |
| RGB | rgb(238, 228, 59) |
| HSL | hsl(57, 84%, 58%) |
| CMYK | cmyk(0%, 4%, 75%, 7%) |
| LAB | lab(88.9 -14.4 77.5) |
| LCH | lch(88.9 78.8 100.6) |
| OKLCH | oklch(0.899 0.176 105.9) |
Copy-ready code
/* CSS */
color: #eee43b;
background-color: #eee43b;
/* Tailwind (arbitrary) */
class="text-[#eee43b] bg-[#eee43b]"
/* SCSS */
$brand: #eee43b;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.231)
/* Android */
Color.parseColor("#eee43b")Accessibility — WCAG contrast
Aa
#eee43b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee43b on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow75.2%
Key (black)6.7%
Color previews
#eee43b text on a black background
contrast 15.80:1
Card sample
#eee43b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee43b;
Background color
Panel with #eee43b background
background-color: #eee43b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee43b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee43b; background: linear-gradient(135deg, #eee43b, #81EE3B);