#eeee33
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 238, 51
HSL
60°, 85%, 57%
CMYK
0, 0, 79, 7
Luminance
0.7957
Every format
| HEX | #eeee33 |
| RGB | rgb(238, 238, 51) |
| HSL | hsl(60, 85%, 57%) |
| CMYK | cmyk(0%, 0%, 79%, 7%) |
| LAB | lab(91.5 -19.6 82.1) |
| LCH | lch(91.5 84.4 103.4) |
| OKLCH | oklch(0.920 0.189 109.6) |
Copy-ready code
/* CSS */
color: #eeee33;
background-color: #eeee33;
/* Tailwind (arbitrary) */
class="text-[#eeee33] bg-[#eeee33]"
/* SCSS */
$brand: #eeee33;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.200)
/* Android */
Color.parseColor("#eeee33")Accessibility — WCAG contrast
Aa
#eeee33 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee33 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow78.6%
Key (black)6.7%
Color previews
#eeee33 text on a black background
contrast 16.91:1
Card sample
#eeee33 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee33;
Background color
Panel with #eeee33 background
background-color: #eeee33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee33; background: linear-gradient(135deg, #eeee33, #71EE33);