#eed077
a light, electric yellow · warm · closest name: khaki
RGB
238, 208, 119
HSL
45°, 78%, 70%
CMYK
0, 13, 50, 7
Luminance
0.6462
Every format
| HEX | #eed077 |
| RGB | rgb(238, 208, 119) |
| HSL | hsl(45, 78%, 70%) |
| CMYK | cmyk(0%, 13%, 50%, 7%) |
| LAB | lab(84.3 -0.7 47.7) |
| LCH | lch(84.3 47.7 90.8) |
| OKLCH | oklch(0.864 0.114 91.3) |
Copy-ready code
/* CSS */
color: #eed077;
background-color: #eed077;
/* Tailwind (arbitrary) */
class="text-[#eed077] bg-[#eed077]"
/* SCSS */
$brand: #eed077;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.467)
/* Android */
Color.parseColor("#eed077")Accessibility — WCAG contrast
Aa
#eed077 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed077 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow50.0%
Key (black)6.7%
Color previews
#eed077 text on a black background
contrast 13.92:1
Card sample
#eed077 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed077;
Background color
Panel with #eed077 background
background-color: #eed077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed077; background: linear-gradient(135deg, #eed077, #BDEE77);