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