#eed5ce
a pale, vivid red · warm · closest name: silver
RGB
238, 213, 206
HSL
13°, 49%, 87%
CMYK
0, 11, 13, 7
Luminance
0.7022
Every format
| HEX | #eed5ce |
| RGB | rgb(238, 213, 206) |
| HSL | hsl(13, 49%, 87%) |
| CMYK | cmyk(0%, 11%, 13%, 7%) |
| LAB | lab(87.1 7.5 6.6) |
| LCH | lch(87.1 10.0 41.3) |
| OKLCH | oklch(0.892 0.030 36.2) |
Copy-ready code
/* CSS */
color: #eed5ce;
background-color: #eed5ce;
/* Tailwind (arbitrary) */
class="text-[#eed5ce] bg-[#eed5ce]"
/* SCSS */
$brand: #eed5ce;
/* SwiftUI */
Color(red: 0.933, green: 0.835, blue: 0.808)
/* Android */
Color.parseColor("#eed5ce")Accessibility — WCAG contrast
Aa
#eed5ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed5ce on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow13.4%
Key (black)6.7%
Color previews
#eed5ce text on a black background
contrast 15.04:1
Card sample
#eed5ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed5ce;
Background color
Panel with #eed5ce background
background-color: #eed5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 213, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 213, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed5ce; background: linear-gradient(135deg, #eed5ce, #EEEACE);