#eed8cb
a pale, vivid orange · warm · closest name: beige
RGB
238, 216, 203
HSL
22°, 51%, 87%
CMYK
0, 9, 15, 7
Luminance
0.7160
Every format
| HEX | #eed8cb |
| RGB | rgb(238, 216, 203) |
| HSL | hsl(22, 51%, 87%) |
| CMYK | cmyk(0%, 9%, 15%, 7%) |
| LAB | lab(87.8 5.5 9.2) |
| LCH | lch(87.8 10.7 59.0) |
| OKLCH | oklch(0.897 0.030 52.7) |
Copy-ready code
/* CSS */
color: #eed8cb;
background-color: #eed8cb;
/* Tailwind (arbitrary) */
class="text-[#eed8cb] bg-[#eed8cb]"
/* SCSS */
$brand: #eed8cb;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#eed8cb")Accessibility — WCAG contrast
Aa
#eed8cb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed8cb on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow14.7%
Key (black)6.7%
Color previews
#eed8cb text on a black background
contrast 15.32:1
Card sample
#eed8cb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed8cb;
Background color
Panel with #eed8cb background
background-color: #eed8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed8cb; background: linear-gradient(135deg, #eed8cb, #EDEECB);