#eeee11
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 238, 17
HSL
60°, 87%, 50%
CMYK
0, 0, 93, 7
Luminance
0.7937
Every format
| HEX | #eeee11 |
| RGB | rgb(238, 238, 17) |
| HSL | hsl(60, 87%, 50%) |
| CMYK | cmyk(0%, 0%, 93%, 7%) |
| LAB | lab(91.4 -20.3 88.3) |
| LCH | lch(91.4 90.6 103.0) |
| OKLCH | oklch(0.919 0.198 109.7) |
Copy-ready code
/* CSS */
color: #eeee11;
background-color: #eeee11;
/* Tailwind (arbitrary) */
class="text-[#eeee11] bg-[#eeee11]"
/* SCSS */
$brand: #eeee11;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.067)
/* Android */
Color.parseColor("#eeee11")Accessibility — WCAG contrast
Aa
#eeee11 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee11 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow92.9%
Key (black)6.7%
Color previews
#eeee11 text on a black background
contrast 16.87:1
Card sample
#eeee11 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee11;
Background color
Panel with #eeee11 background
background-color: #eeee11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee11; background: linear-gradient(135deg, #eeee11, #5BEE11);