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