#eedc64
a light, electric yellow · cool · closest name: khaki
RGB
238, 220, 100
HSL
52°, 80%, 66%
CMYK
0, 8, 58, 7
Luminance
0.7028
Every format
| HEX | #eedc64 |
| RGB | rgb(238, 220, 100) |
| HSL | hsl(52, 80%, 66%) |
| CMYK | cmyk(0%, 8%, 58%, 7%) |
| LAB | lab(87.1 -8.3 59.9) |
| LCH | lch(87.1 60.5 97.8) |
| OKLCH | oklch(0.886 0.141 100.9) |
Copy-ready code
/* CSS */
color: #eedc64;
background-color: #eedc64;
/* Tailwind (arbitrary) */
class="text-[#eedc64] bg-[#eedc64]"
/* SCSS */
$brand: #eedc64;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.392)
/* Android */
Color.parseColor("#eedc64")Accessibility — WCAG contrast
Aa
#eedc64 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc64 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow58.0%
Key (black)6.7%
Color previews
#eedc64 text on a black background
contrast 15.06:1
Card sample
#eedc64 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc64;
Background color
Panel with #eedc64 background
background-color: #eedc64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc64; background: linear-gradient(135deg, #eedc64, #A4EE64);