#eef080
a light, electric yellow · cool · closest name: khaki
RGB
238, 240, 128
HSL
61°, 79%, 72%
CMYK
1, 0, 47, 6
Luminance
0.8206
Every format
| HEX | #eef080 |
| RGB | rgb(238, 240, 128) |
| HSL | hsl(61, 79%, 72%) |
| CMYK | cmyk(1%, 0%, 47%, 6%) |
| LAB | lab(92.6 -15.9 53.5) |
| LCH | lch(92.6 55.8 106.5) |
| OKLCH | oklch(0.931 0.135 109.7) |
Copy-ready code
/* CSS */
color: #eef080;
background-color: #eef080;
/* Tailwind (arbitrary) */
class="text-[#eef080] bg-[#eef080]"
/* SCSS */
$brand: #eef080;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#eef080")Accessibility — WCAG contrast
Aa
#eef080 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef080 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue50.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#eef080 text on a black background
contrast 17.41:1
Card sample
#eef080 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef080;
Background color
Panel with #eef080 background
background-color: #eef080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef080; background: linear-gradient(135deg, #eef080, #A3F080);