#efdaeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 218, 235
HSL
311°, 40%, 90%
CMYK
0, 9, 2, 6
Luminance
0.7449
Every format
| HEX | #efdaeb |
| RGB | rgb(239, 218, 235) |
| HSL | hsl(311, 40%, 90%) |
| CMYK | cmyk(0%, 9%, 2%, 6%) |
| LAB | lab(89.2 10.1 -5.7) |
| LCH | lch(89.2 11.6 330.7) |
| OKLCH | oklch(0.910 0.032 332.2) |
Copy-ready code
/* CSS */
color: #efdaeb;
background-color: #efdaeb;
/* Tailwind (arbitrary) */
class="text-[#efdaeb] bg-[#efdaeb]"
/* SCSS */
$brand: #efdaeb;
/* SwiftUI */
Color(red: 0.937, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#efdaeb")Accessibility — WCAG contrast
Aa
#efdaeb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdaeb on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green85.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow1.7%
Key (black)6.3%
Color previews
#efdaeb text on a black background
contrast 15.90:1
Card sample
#efdaeb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdaeb;
Background color
Panel with #efdaeb background
background-color: #efdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdaeb; background: linear-gradient(135deg, #efdaeb, #EFDADD);