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