#eed4d2
a pale, vivid red · warm · closest name: silver
RGB
238, 212, 210
HSL
4°, 45%, 88%
CMYK
0, 11, 12, 7
Luminance
0.6992
Every format
| HEX | #eed4d2 |
| RGB | rgb(238, 212, 210) |
| HSL | hsl(4, 45%, 88%) |
| CMYK | cmyk(0%, 11%, 12%, 7%) |
| LAB | lab(87.0 8.7 4.3) |
| LCH | lch(87.0 9.7 26.3) |
| OKLCH | oklch(0.891 0.029 23.0) |
Copy-ready code
/* CSS */
color: #eed4d2;
background-color: #eed4d2;
/* Tailwind (arbitrary) */
class="text-[#eed4d2] bg-[#eed4d2]"
/* SCSS */
$brand: #eed4d2;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.824)
/* Android */
Color.parseColor("#eed4d2")Accessibility — WCAG contrast
Aa
#eed4d2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4d2 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow11.8%
Key (black)6.7%
Color previews
#eed4d2 text on a black background
contrast 14.98:1
Card sample
#eed4d2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4d2;
Background color
Panel with #eed4d2 background
background-color: #eed4d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4d2; background: linear-gradient(135deg, #eed4d2, #EEE7D2);