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