#eedad5
a pale, soft red · warm · closest name: silver
RGB
238, 218, 213
HSL
12°, 42%, 88%
CMYK
0, 8, 11, 7
Luminance
0.7312
Every format
| HEX | #eedad5 |
| RGB | rgb(238, 218, 213) |
| HSL | hsl(12, 42%, 88%) |
| CMYK | cmyk(0%, 8%, 11%, 7%) |
| LAB | lab(88.5 6.0 5.0) |
| LCH | lch(88.5 7.8 39.3) |
| OKLCH | oklch(0.903 0.023 34.3) |
Copy-ready code
/* CSS */
color: #eedad5;
background-color: #eedad5;
/* Tailwind (arbitrary) */
class="text-[#eedad5] bg-[#eedad5]"
/* SCSS */
$brand: #eedad5;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.835)
/* Android */
Color.parseColor("#eedad5")Accessibility — WCAG contrast
Aa
#eedad5 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedad5 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow10.5%
Key (black)6.7%
Color previews
#eedad5 text on a black background
contrast 15.62:1
Card sample
#eedad5 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedad5;
Background color
Panel with #eedad5 background
background-color: #eedad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedad5; background: linear-gradient(135deg, #eedad5, #EEEBD5);