#eedfdb
a pale, soft red · warm · closest name: white
RGB
238, 223, 219
HSL
13°, 36%, 90%
CMYK
0, 6, 8, 7
Luminance
0.7607
Every format
| HEX | #eedfdb |
| RGB | rgb(238, 223, 219) |
| HSL | hsl(13, 36%, 90%) |
| CMYK | cmyk(0%, 6%, 8%, 7%) |
| LAB | lab(89.9 4.4 3.8) |
| LCH | lch(89.9 5.8 40.6) |
| OKLCH | oklch(0.914 0.017 35.3) |
Copy-ready code
/* CSS */
color: #eedfdb;
background-color: #eedfdb;
/* Tailwind (arbitrary) */
class="text-[#eedfdb] bg-[#eedfdb]"
/* SCSS */
$brand: #eedfdb;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#eedfdb")Accessibility — WCAG contrast
Aa
#eedfdb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfdb on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow8.0%
Key (black)6.7%
Color previews
#eedfdb text on a black background
contrast 16.21:1
Card sample
#eedfdb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfdb;
Background color
Panel with #eedfdb background
background-color: #eedfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfdb; background: linear-gradient(135deg, #eedfdb, #EEECDB);