#eeee44
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 238, 68
HSL
60°, 83%, 60%
CMYK
0, 0, 71, 7
Luminance
0.7974
Every format
| HEX | #eeee44 |
| RGB | rgb(238, 238, 68) |
| HSL | hsl(60, 83%, 60%) |
| CMYK | cmyk(0%, 0%, 71%, 7%) |
| LAB | lab(91.6 -18.9 77.1) |
| LCH | lch(91.6 79.3 103.8) |
| OKLCH | oklch(0.921 0.180 109.5) |
Copy-ready code
/* CSS */
color: #eeee44;
background-color: #eeee44;
/* Tailwind (arbitrary) */
class="text-[#eeee44] bg-[#eeee44]"
/* SCSS */
$brand: #eeee44;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.267)
/* Android */
Color.parseColor("#eeee44")Accessibility — WCAG contrast
Aa
#eeee44 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee44 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.4%
Key (black)6.7%
Color previews
#eeee44 text on a black background
contrast 16.95:1
Card sample
#eeee44 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee44;
Background color
Panel with #eeee44 background
background-color: #eeee44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee44; background: linear-gradient(135deg, #eeee44, #7DEE44);