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