#eedda4
a light, vivid yellow · cool · closest name: tan
RGB
238, 221, 164
HSL
46°, 69%, 79%
CMYK
0, 7, 31, 7
Luminance
0.7257
Every format
| HEX | #eedda4 |
| RGB | rgb(238, 221, 164) |
| HSL | hsl(46, 69%, 79%) |
| CMYK | cmyk(0%, 7%, 31%, 7%) |
| LAB | lab(88.2 -2.5 30.1) |
| LCH | lch(88.2 30.3 94.8) |
| OKLCH | oklch(0.898 0.076 93.5) |
Copy-ready code
/* CSS */
color: #eedda4;
background-color: #eedda4;
/* Tailwind (arbitrary) */
class="text-[#eedda4] bg-[#eedda4]"
/* SCSS */
$brand: #eedda4;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.643)
/* Android */
Color.parseColor("#eedda4")Accessibility — WCAG contrast
Aa
#eedda4 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedda4 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow31.1%
Key (black)6.7%
Color previews
#eedda4 text on a black background
contrast 15.51:1
Card sample
#eedda4 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedda4;
Background color
Panel with #eedda4 background
background-color: #eedda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedda4; background: linear-gradient(135deg, #eedda4, #CEEEA4);