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