#eef577
a light, electric yellow · cool · closest name: khaki
RGB
238, 245, 119
HSL
63°, 86%, 71%
CMYK
3, 0, 51, 4
Luminance
0.8481
Every format
| HEX | #eef577 |
| RGB | rgb(238, 245, 119) |
| HSL | hsl(63, 86%, 71%) |
| CMYK | cmyk(3%, 0%, 51%, 4%) |
| LAB | lab(93.8 -19.1 59.1) |
| LCH | lch(93.8 62.1 107.9) |
| OKLCH | oklch(0.940 0.149 111.8) |
Copy-ready code
/* CSS */
color: #eef577;
background-color: #eef577;
/* Tailwind (arbitrary) */
class="text-[#eef577] bg-[#eef577]"
/* SCSS */
$brand: #eef577;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#eef577")Accessibility — WCAG contrast
Aa
#eef577 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef577 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue46.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#eef577 text on a black background
contrast 17.96:1
Card sample
#eef577 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef577;
Background color
Panel with #eef577 background
background-color: #eef577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef577; background: linear-gradient(135deg, #eef577, #9AF577);