#eedad7
a pale, soft red · warm · closest name: silver
RGB
238, 218, 215
HSL
8°, 40%, 89%
CMYK
0, 8, 10, 7
Luminance
0.7323
Every format
| HEX | #eedad7 |
| RGB | rgb(238, 218, 215) |
| HSL | hsl(8, 40%, 89%) |
| CMYK | cmyk(0%, 8%, 10%, 7%) |
| LAB | lab(88.6 6.4 4.0) |
| LCH | lch(88.6 7.5 31.9) |
| OKLCH | oklch(0.904 0.023 27.8) |
Copy-ready code
/* CSS */
color: #eedad7;
background-color: #eedad7;
/* Tailwind (arbitrary) */
class="text-[#eedad7] bg-[#eedad7]"
/* SCSS */
$brand: #eedad7;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.843)
/* Android */
Color.parseColor("#eedad7")Accessibility — WCAG contrast
Aa
#eedad7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedad7 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow9.7%
Key (black)6.7%
Color previews
#eedad7 text on a black background
contrast 15.65:1
Card sample
#eedad7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedad7;
Background color
Panel with #eedad7 background
background-color: #eedad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedad7; background: linear-gradient(135deg, #eedad7, #EEE9D7);