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