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