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