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