#eed3d1
a pale, vivid red · warm · closest name: silver
RGB
238, 211, 209
HSL
4°, 46%, 88%
CMYK
0, 11, 12, 7
Luminance
0.6937
Every format
| HEX | #eed3d1 |
| RGB | rgb(238, 211, 209) |
| HSL | hsl(4, 46%, 88%) |
| CMYK | cmyk(0%, 11%, 12%, 7%) |
| LAB | lab(86.7 9.1 4.4) |
| LCH | lch(86.7 10.1 26.1) |
| OKLCH | oklch(0.889 0.030 22.8) |
Copy-ready code
/* CSS */
color: #eed3d1;
background-color: #eed3d1;
/* Tailwind (arbitrary) */
class="text-[#eed3d1] bg-[#eed3d1]"
/* SCSS */
$brand: #eed3d1;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.820)
/* Android */
Color.parseColor("#eed3d1")Accessibility — WCAG contrast
Aa
#eed3d1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed3d1 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow12.2%
Key (black)6.7%
Color previews
#eed3d1 text on a black background
contrast 14.87:1
Card sample
#eed3d1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed3d1;
Background color
Panel with #eed3d1 background
background-color: #eed3d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed3d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed3d1; background: linear-gradient(135deg, #eed3d1, #EEE6D1);