#eed577
a light, electric yellow · cool · closest name: khaki
RGB
238, 213, 119
HSL
47°, 78%, 70%
CMYK
0, 11, 50, 7
Luminance
0.6710
Every format
| HEX | #eed577 |
| RGB | rgb(238, 213, 119) |
| HSL | hsl(47, 78%, 70%) |
| CMYK | cmyk(0%, 11%, 50%, 7%) |
| LAB | lab(85.5 -3.2 49.3) |
| LCH | lch(85.5 49.4 93.7) |
| OKLCH | oklch(0.874 0.118 94.9) |
Copy-ready code
/* CSS */
color: #eed577;
background-color: #eed577;
/* Tailwind (arbitrary) */
class="text-[#eed577] bg-[#eed577]"
/* SCSS */
$brand: #eed577;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#eed577")Accessibility — WCAG contrast
Aa
#eed577 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed577 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow50.0%
Key (black)6.7%
Color previews
#eed577 text on a black background
contrast 14.42:1
Card sample
#eed577 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed577;
Background color
Panel with #eed577 background
background-color: #eed577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed577; background: linear-gradient(135deg, #eed577, #B8EE77);