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