#eee121
a balanced, electric yellow · cool · closest name: gold
RGB
238, 225, 33
HSL
56°, 86%, 53%
CMYK
0, 6, 86, 7
Luminance
0.7214
Every format
| HEX | #eee121 |
| RGB | rgb(238, 225, 33) |
| HSL | hsl(56, 86%, 53%) |
| CMYK | cmyk(0%, 6%, 86%, 7%) |
| LAB | lab(88.0 -13.7 83.3) |
| LCH | lch(88.0 84.4 99.4) |
| OKLCH | oklch(0.892 0.184 105.2) |
Copy-ready code
/* CSS */
color: #eee121;
background-color: #eee121;
/* Tailwind (arbitrary) */
class="text-[#eee121] bg-[#eee121]"
/* SCSS */
$brand: #eee121;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.129)
/* Android */
Color.parseColor("#eee121")Accessibility — WCAG contrast
Aa
#eee121 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee121 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow86.1%
Key (black)6.7%
Color previews
#eee121 text on a black background
contrast 15.43:1
Card sample
#eee121 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee121;
Background color
Panel with #eee121 background
background-color: #eee121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee121; background: linear-gradient(135deg, #eee121, #72EE21);