#eed08a
a light, vivid yellow · warm · closest name: khaki
RGB
238, 208, 138
HSL
42°, 75%, 74%
CMYK
0, 13, 42, 7
Luminance
0.6512
Every format
| HEX | #eed08a |
| RGB | rgb(238, 208, 138) |
| HSL | hsl(42, 75%, 74%) |
| CMYK | cmyk(0%, 13%, 42%, 7%) |
| LAB | lab(84.5 1.2 38.6) |
| LCH | lch(84.5 38.6 88.3) |
| OKLCH | oklch(0.867 0.095 87.2) |
Copy-ready code
/* CSS */
color: #eed08a;
background-color: #eed08a;
/* Tailwind (arbitrary) */
class="text-[#eed08a] bg-[#eed08a]"
/* SCSS */
$brand: #eed08a;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.541)
/* Android */
Color.parseColor("#eed08a")Accessibility — WCAG contrast
Aa
#eed08a on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed08a on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow42.0%
Key (black)6.7%
Color previews
#eed08a text on a black background
contrast 14.02:1
Card sample
#eed08a text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed08a;
Background color
Panel with #eed08a background
background-color: #eed08a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed08a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed08a; background: linear-gradient(135deg, #eed08a, #C9EE8A);