#eedab2
a light, vivid yellow · warm · closest name: tan
RGB
238, 218, 178
HSL
40°, 64%, 82%
CMYK
0, 8, 25, 7
Luminance
0.7153
Every format
| HEX | #eedab2 |
| RGB | rgb(238, 218, 178) |
| HSL | hsl(40, 64%, 82%) |
| CMYK | cmyk(0%, 8%, 25%, 7%) |
| LAB | lab(87.7 0.8 22.2) |
| LCH | lch(87.7 22.2 87.9) |
| OKLCH | oklch(0.895 0.057 84.5) |
Copy-ready code
/* CSS */
color: #eedab2;
background-color: #eedab2;
/* Tailwind (arbitrary) */
class="text-[#eedab2] bg-[#eedab2]"
/* SCSS */
$brand: #eedab2;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#eedab2")Accessibility — WCAG contrast
Aa
#eedab2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedab2 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow25.2%
Key (black)6.7%
Color previews
#eedab2 text on a black background
contrast 15.31:1
Card sample
#eedab2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedab2;
Background color
Panel with #eedab2 background
background-color: #eedab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedab2; background: linear-gradient(135deg, #eedab2, #DAEEB2);