#eed080
a light, electric yellow · warm · closest name: khaki
RGB
238, 208, 128
HSL
44°, 76%, 72%
CMYK
0, 13, 46, 7
Luminance
0.6485
Every format
| HEX | #eed080 |
| RGB | rgb(238, 208, 128) |
| HSL | hsl(44, 76%, 72%) |
| CMYK | cmyk(0%, 13%, 46%, 7%) |
| LAB | lab(84.4 0.2 43.4) |
| LCH | lch(84.4 43.4 89.8) |
| OKLCH | oklch(0.866 0.105 89.6) |
Copy-ready code
/* CSS */
color: #eed080;
background-color: #eed080;
/* Tailwind (arbitrary) */
class="text-[#eed080] bg-[#eed080]"
/* SCSS */
$brand: #eed080;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#eed080")Accessibility — WCAG contrast
Aa
#eed080 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed080 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow46.2%
Key (black)6.7%
Color previews
#eed080 text on a black background
contrast 13.97:1
Card sample
#eed080 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed080;
Background color
Panel with #eed080 background
background-color: #eed080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed080; background: linear-gradient(135deg, #eed080, #C3EE80);