#efd7eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
239, 215, 235
HSL
310°, 43%, 89%
CMYK
0, 10, 2, 6
Luminance
0.7295
Every format
| HEX | #efd7eb |
| RGB | rgb(239, 215, 235) |
| HSL | hsl(310, 43%, 89%) |
| CMYK | cmyk(0%, 10%, 2%, 6%) |
| LAB | lab(88.4 11.7 -6.8) |
| LCH | lch(88.4 13.5 330.0) |
| OKLCH | oklch(0.905 0.037 331.4) |
Copy-ready code
/* CSS */
color: #efd7eb;
background-color: #efd7eb;
/* Tailwind (arbitrary) */
class="text-[#efd7eb] bg-[#efd7eb]"
/* SCSS */
$brand: #efd7eb;
/* SwiftUI */
Color(red: 0.937, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#efd7eb")Accessibility — WCAG contrast
Aa
#efd7eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efd7eb on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green84.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow1.7%
Key (black)6.3%
Color previews
#efd7eb text on a black background
contrast 15.59:1
Card sample
#efd7eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efd7eb;
Background color
Panel with #efd7eb background
background-color: #efd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efd7eb; background: linear-gradient(135deg, #efd7eb, #EFD7DB);