#eed7ce
a pale, vivid orange · warm · closest name: silver
RGB
238, 215, 206
HSL
17°, 49%, 87%
CMYK
0, 10, 13, 7
Luminance
0.7123
Every format
| HEX | #eed7ce |
| RGB | rgb(238, 215, 206) |
| HSL | hsl(17, 49%, 87%) |
| CMYK | cmyk(0%, 10%, 13%, 7%) |
| LAB | lab(87.6 6.5 7.3) |
| LCH | lch(87.6 9.8 48.5) |
| OKLCH | oklch(0.896 0.029 42.6) |
Copy-ready code
/* CSS */
color: #eed7ce;
background-color: #eed7ce;
/* Tailwind (arbitrary) */
class="text-[#eed7ce] bg-[#eed7ce]"
/* SCSS */
$brand: #eed7ce;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.808)
/* Android */
Color.parseColor("#eed7ce")Accessibility — WCAG contrast
Aa
#eed7ce on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed7ce on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow13.4%
Key (black)6.7%
Color previews
#eed7ce text on a black background
contrast 15.25:1
Card sample
#eed7ce text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed7ce;
Background color
Panel with #eed7ce background
background-color: #eed7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed7ce; background: linear-gradient(135deg, #eed7ce, #EEECCE);