#eed8cf
a pale, vivid orange · warm · closest name: silver
RGB
238, 216, 207
HSL
17°, 48%, 87%
CMYK
0, 9, 13, 7
Luminance
0.7179
Every format
| HEX | #eed8cf |
| RGB | rgb(238, 216, 207) |
| HSL | hsl(17, 48%, 87%) |
| CMYK | cmyk(0%, 9%, 13%, 7%) |
| LAB | lab(87.9 6.1 7.2) |
| LCH | lch(87.9 9.4 49.6) |
| OKLCH | oklch(0.898 0.027 43.6) |
Copy-ready code
/* CSS */
color: #eed8cf;
background-color: #eed8cf;
/* Tailwind (arbitrary) */
class="text-[#eed8cf] bg-[#eed8cf]"
/* SCSS */
$brand: #eed8cf;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#eed8cf")Accessibility — WCAG contrast
Aa
#eed8cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed8cf on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow13.0%
Key (black)6.7%
Color previews
#eed8cf text on a black background
contrast 15.36:1
Card sample
#eed8cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed8cf;
Background color
Panel with #eed8cf background
background-color: #eed8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed8cf; background: linear-gradient(135deg, #eed8cf, #EEEDCF);