#efe5eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 229, 235
HSL
324°, 24%, 92%
CMYK
0, 4, 2, 6
Luminance
0.8039
Every format
| HEX | #efe5eb |
| RGB | rgb(239, 229, 235) |
| HSL | hsl(324, 24%, 92%) |
| CMYK | cmyk(0%, 4%, 2%, 6%) |
| LAB | lab(91.9 4.4 -1.7) |
| LCH | lch(91.9 4.7 339.0) |
| OKLCH | oklch(0.931 0.013 340.6) |
Copy-ready code
/* CSS */
color: #efe5eb;
background-color: #efe5eb;
/* Tailwind (arbitrary) */
class="text-[#efe5eb] bg-[#efe5eb]"
/* SCSS */
$brand: #efe5eb;
/* SwiftUI */
Color(red: 0.937, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#efe5eb")Accessibility — WCAG contrast
Aa
#efe5eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe5eb on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green89.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow1.7%
Key (black)6.3%
Color previews
#efe5eb text on a black background
contrast 17.08:1
Card sample
#efe5eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe5eb;
Background color
Panel with #efe5eb background
background-color: #efe5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe5eb; background: linear-gradient(135deg, #efe5eb, #EFE6E5);