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