#eeef1d
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 239, 29
HSL
60°, 87%, 53%
CMYK
0, 0, 88, 6
Luminance
0.8000
Every format
| HEX | #eeef1d |
| RGB | rgb(238, 239, 29) |
| HSL | hsl(60, 87%, 53%) |
| CMYK | cmyk(0%, 0%, 88%, 6%) |
| LAB | lab(91.7 -20.6 86.9) |
| LCH | lch(91.7 89.3 103.3) |
| OKLCH | oklch(0.921 0.197 110.0) |
Copy-ready code
/* CSS */
color: #eeef1d;
background-color: #eeef1d;
/* Tailwind (arbitrary) */
class="text-[#eeef1d] bg-[#eeef1d]"
/* SCSS */
$brand: #eeef1d;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.114)
/* Android */
Color.parseColor("#eeef1d")Accessibility — WCAG contrast
Aa
#eeef1d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeef1d on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue11.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow87.9%
Key (black)6.3%
Color previews
#eeef1d text on a black background
contrast 17.00:1
Card sample
#eeef1d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeef1d;
Background color
Panel with #eeef1d background
background-color: #eeef1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeef1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeef1d; background: linear-gradient(135deg, #eeef1d, #62EF1D);