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