#eedba4
a light, vivid yellow · warm · closest name: tan
RGB
238, 219, 164
HSL
45°, 69%, 79%
CMYK
0, 8, 31, 7
Luminance
0.7152
Every format
| HEX | #eedba4 |
| RGB | rgb(238, 219, 164) |
| HSL | hsl(45, 69%, 79%) |
| CMYK | cmyk(0%, 8%, 31%, 7%) |
| LAB | lab(87.7 -1.5 29.5) |
| LCH | lch(87.7 29.5 92.9) |
| OKLCH | oklch(0.894 0.074 91.3) |
Copy-ready code
/* CSS */
color: #eedba4;
background-color: #eedba4;
/* Tailwind (arbitrary) */
class="text-[#eedba4] bg-[#eedba4]"
/* SCSS */
$brand: #eedba4;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#eedba4")Accessibility — WCAG contrast
Aa
#eedba4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedba4 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow31.1%
Key (black)6.7%
Color previews
#eedba4 text on a black background
contrast 15.30:1
Card sample
#eedba4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedba4;
Background color
Panel with #eedba4 background
background-color: #eedba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedba4; background: linear-gradient(135deg, #eedba4, #D0EEA4);