#efd2eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 210, 235
HSL
308°, 48%, 88%
CMYK
0, 12, 2, 6
Luminance
0.7044
Every format
| HEX | #efd2eb |
| RGB | rgb(239, 210, 235) |
| HSL | hsl(308, 48%, 88%) |
| CMYK | cmyk(0%, 12%, 2%, 6%) |
| LAB | lab(87.2 14.3 -8.6) |
| LCH | lch(87.2 16.7 329.2) |
| OKLCH | oklch(0.895 0.046 330.5) |
Copy-ready code
/* CSS */
color: #efd2eb;
background-color: #efd2eb;
/* Tailwind (arbitrary) */
class="text-[#efd2eb] bg-[#efd2eb]"
/* SCSS */
$brand: #efd2eb;
/* SwiftUI */
Color(red: 0.937, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#efd2eb")Accessibility — WCAG contrast
Aa
#efd2eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efd2eb on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green82.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow1.7%
Key (black)6.3%
Color previews
#efd2eb text on a black background
contrast 15.09:1
Card sample
#efd2eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efd2eb;
Background color
Panel with #efd2eb background
background-color: #efd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efd2eb; background: linear-gradient(135deg, #efd2eb, #EFD2D8);