#eee30b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 227, 11
HSL
57°, 91%, 49%
CMYK
0, 5, 95, 7
Luminance
0.7314
Every format
| HEX | #eee30b |
| RGB | rgb(238, 227, 11) |
| HSL | hsl(57, 91%, 49%) |
| CMYK | cmyk(0%, 5%, 95%, 7%) |
| LAB | lab(88.5 -15.0 86.7) |
| LCH | lch(88.5 88.0 99.8) |
| OKLCH | oklch(0.896 0.190 106.1) |
Copy-ready code
/* CSS */
color: #eee30b;
background-color: #eee30b;
/* Tailwind (arbitrary) */
class="text-[#eee30b] bg-[#eee30b]"
/* SCSS */
$brand: #eee30b;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.043)
/* Android */
Color.parseColor("#eee30b")Accessibility — WCAG contrast
Aa
#eee30b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee30b on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow95.4%
Key (black)6.7%
Color previews
#eee30b text on a black background
contrast 15.63:1
Card sample
#eee30b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee30b;
Background color
Panel with #eee30b background
background-color: #eee30b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee30b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee30b; background: linear-gradient(135deg, #eee30b, #62EE0B);