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