#eedc72
a light, electric yellow · cool · closest name: khaki
RGB
238, 220, 114
HSL
51°, 79%, 69%
CMYK
0, 8, 52, 7
Luminance
0.7058
Every format
| HEX | #eedc72 |
| RGB | rgb(238, 220, 114) |
| HSL | hsl(51, 79%, 69%) |
| CMYK | cmyk(0%, 8%, 52%, 7%) |
| LAB | lab(87.3 -7.2 53.7) |
| LCH | lch(87.3 54.2 97.6) |
| OKLCH | oklch(0.888 0.129 99.8) |
Copy-ready code
/* CSS */
color: #eedc72;
background-color: #eedc72;
/* Tailwind (arbitrary) */
class="text-[#eedc72] bg-[#eedc72]"
/* SCSS */
$brand: #eedc72;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.447)
/* Android */
Color.parseColor("#eedc72")Accessibility — WCAG contrast
Aa
#eedc72 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc72 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow52.1%
Key (black)6.7%
Color previews
#eedc72 text on a black background
contrast 15.12:1
Card sample
#eedc72 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc72;
Background color
Panel with #eedc72 background
background-color: #eedc72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc72; background: linear-gradient(135deg, #eedc72, #ADEE72);