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