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