#eedabd
a light, vivid orange · warm · closest name: beige
RGB
238, 218, 189
HSL
36°, 59%, 84%
CMYK
0, 8, 21, 7
Luminance
0.7199
Every format
| HEX | #eedabd |
| RGB | rgb(238, 218, 189) |
| HSL | hsl(36, 59%, 84%) |
| CMYK | cmyk(0%, 8%, 21%, 7%) |
| LAB | lab(88.0 2.4 16.8) |
| LCH | lch(88.0 16.9 82.0) |
| OKLCH | oklch(0.897 0.044 77.2) |
Copy-ready code
/* CSS */
color: #eedabd;
background-color: #eedabd;
/* Tailwind (arbitrary) */
class="text-[#eedabd] bg-[#eedabd]"
/* SCSS */
$brand: #eedabd;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.741)
/* Android */
Color.parseColor("#eedabd")Accessibility — WCAG contrast
Aa
#eedabd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedabd on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow20.6%
Key (black)6.7%
Color previews
#eedabd text on a black background
contrast 15.40:1
Card sample
#eedabd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedabd;
Background color
Panel with #eedabd background
background-color: #eedabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedabd; background: linear-gradient(135deg, #eedabd, #E1EEBD);