#eedfeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 223, 235
HSL
312°, 31%, 90%
CMYK
0, 6, 1, 7
Luminance
0.7695
Every format
| HEX | #eedfeb |
| RGB | rgb(238, 223, 235) |
| HSL | hsl(312, 31%, 90%) |
| CMYK | cmyk(0%, 6%, 1%, 7%) |
| LAB | lab(90.3 7.2 -4.0) |
| LCH | lch(90.3 8.2 330.9) |
| OKLCH | oklch(0.919 0.023 332.4) |
Copy-ready code
/* CSS */
color: #eedfeb;
background-color: #eedfeb;
/* Tailwind (arbitrary) */
class="text-[#eedfeb] bg-[#eedfeb]"
/* SCSS */
$brand: #eedfeb;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#eedfeb")Accessibility — WCAG contrast
Aa
#eedfeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfeb on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow1.3%
Key (black)6.7%
Color previews
#eedfeb text on a black background
contrast 16.39:1
Card sample
#eedfeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfeb;
Background color
Panel with #eedfeb background
background-color: #eedfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfeb; background: linear-gradient(135deg, #eedfeb, #EEDFE1);