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