#eee511
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 229, 17
HSL
58°, 87%, 50%
CMYK
0, 4, 93, 7
Luminance
0.7426
Every format
| HEX | #eee511 |
| RGB | rgb(238, 229, 17) |
| HSL | hsl(58, 87%, 50%) |
| CMYK | cmyk(0%, 4%, 93%, 7%) |
| LAB | lab(89.0 -15.9 86.5) |
| LCH | lch(89.0 88.0 100.4) |
| OKLCH | oklch(0.900 0.191 106.7) |
Copy-ready code
/* CSS */
color: #eee511;
background-color: #eee511;
/* Tailwind (arbitrary) */
class="text-[#eee511] bg-[#eee511]"
/* SCSS */
$brand: #eee511;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.067)
/* Android */
Color.parseColor("#eee511")Accessibility — WCAG contrast
Aa
#eee511 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee511 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow92.9%
Key (black)6.7%
Color previews
#eee511 text on a black background
contrast 15.85:1
Card sample
#eee511 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee511;
Background color
Panel with #eee511 background
background-color: #eee511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee511; background: linear-gradient(135deg, #eee511, #63EE11);