#efe2eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 226, 235
HSL
319°, 29%, 91%
CMYK
0, 5, 2, 6
Luminance
0.7874
Every format
| HEX | #efe2eb |
| RGB | rgb(239, 226, 235) |
| HSL | hsl(319, 29%, 91%) |
| CMYK | cmyk(0%, 5%, 2%, 6%) |
| LAB | lab(91.1 6.0 -2.8) |
| LCH | lch(91.1 6.6 335.0) |
| OKLCH | oklch(0.926 0.018 336.6) |
Copy-ready code
/* CSS */
color: #efe2eb;
background-color: #efe2eb;
/* Tailwind (arbitrary) */
class="text-[#efe2eb] bg-[#efe2eb]"
/* SCSS */
$brand: #efe2eb;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#efe2eb")Accessibility — WCAG contrast
Aa
#efe2eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe2eb on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green88.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow1.7%
Key (black)6.3%
Color previews
#efe2eb text on a black background
contrast 16.75:1
Card sample
#efe2eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe2eb;
Background color
Panel with #efe2eb background
background-color: #efe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe2eb; background: linear-gradient(135deg, #efe2eb, #EFE2E2);