#eedc84
a light, electric yellow · cool · closest name: khaki
RGB
238, 220, 132
HSL
50°, 76%, 73%
CMYK
0, 8, 45, 7
Luminance
0.7103
Every format
| HEX | #eedc84 |
| RGB | rgb(238, 220, 132) |
| HSL | hsl(50, 76%, 73%) |
| CMYK | cmyk(0%, 8%, 45%, 7%) |
| LAB | lab(87.5 -5.6 45.3) |
| LCH | lch(87.5 45.7 97.0) |
| OKLCH | oklch(0.890 0.111 98.1) |
Copy-ready code
/* CSS */
color: #eedc84;
background-color: #eedc84;
/* Tailwind (arbitrary) */
class="text-[#eedc84] bg-[#eedc84]"
/* SCSS */
$brand: #eedc84;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.518)
/* Android */
Color.parseColor("#eedc84")Accessibility — WCAG contrast
Aa
#eedc84 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc84 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow44.5%
Key (black)6.7%
Color previews
#eedc84 text on a black background
contrast 15.21:1
Card sample
#eedc84 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc84;
Background color
Panel with #eedc84 background
background-color: #eedc84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc84; background: linear-gradient(135deg, #eedc84, #B9EE84);