#eef482
a light, electric yellow · cool · closest name: khaki
RGB
238, 244, 130
HSL
63°, 84%, 73%
CMYK
3, 0, 47, 4
Luminance
0.8449
Every format
| HEX | #eef482 |
| RGB | rgb(238, 244, 130) |
| HSL | hsl(63, 84%, 73%) |
| CMYK | cmyk(3%, 0%, 47%, 4%) |
| LAB | lab(93.7 -17.6 53.9) |
| LCH | lch(93.7 56.7 108.1) |
| OKLCH | oklch(0.939 0.138 111.4) |
Copy-ready code
/* CSS */
color: #eef482;
background-color: #eef482;
/* Tailwind (arbitrary) */
class="text-[#eef482] bg-[#eef482]"
/* SCSS */
$brand: #eef482;
/* SwiftUI */
Color(red: 0.933, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#eef482")Accessibility — WCAG contrast
Aa
#eef482 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef482 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.7%
Blue51.0%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#eef482 text on a black background
contrast 17.90:1
Card sample
#eef482 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef482;
Background color
Panel with #eef482 background
background-color: #eef482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef482; background: linear-gradient(135deg, #eef482, #A2F482);