#efcef1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 206, 241
HSL
297°, 56%, 88%
CMYK
1, 15, 0, 6
Luminance
0.6884
Every format
| HEX | #efcef1 |
| RGB | rgb(239, 206, 241) |
| HSL | hsl(297, 56%, 88%) |
| CMYK | cmyk(1%, 15%, 0%, 6%) |
| LAB | lab(86.4 17.5 -12.9) |
| LCH | lch(86.4 21.8 323.7) |
| OKLCH | oklch(0.890 0.059 324.3) |
Copy-ready code
/* CSS */
color: #efcef1;
background-color: #efcef1;
/* Tailwind (arbitrary) */
class="text-[#efcef1] bg-[#efcef1]"
/* SCSS */
$brand: #efcef1;
/* SwiftUI */
Color(red: 0.937, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#efcef1")Accessibility — WCAG contrast
Aa
#efcef1 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcef1 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.8%
Blue94.5%
CMYK percentages
Cyan0.8%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#efcef1 text on a black background
contrast 14.77:1
Card sample
#efcef1 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcef1;
Background color
Panel with #efcef1 background
background-color: #efcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcef1; background: linear-gradient(135deg, #efcef1, #F1CEDC);