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