#efcfe2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
239, 207, 226
HSL
324°, 50%, 88%
CMYK
0, 13, 5, 6
Luminance
0.6847
Every format
| HEX | #efcfe2 |
| RGB | rgb(239, 207, 226) |
| HSL | hsl(324, 50%, 88%) |
| CMYK | cmyk(0%, 13%, 5%, 6%) |
| LAB | lab(86.2 14.3 -5.2) |
| LCH | lch(86.2 15.3 339.9) |
| OKLCH | oklch(0.887 0.043 341.6) |
Copy-ready code
/* CSS */
color: #efcfe2;
background-color: #efcfe2;
/* Tailwind (arbitrary) */
class="text-[#efcfe2] bg-[#efcfe2]"
/* SCSS */
$brand: #efcfe2;
/* SwiftUI */
Color(red: 0.937, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#efcfe2")Accessibility — WCAG contrast
Aa
#efcfe2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcfe2 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green81.2%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow5.4%
Key (black)6.3%
Color previews
#efcfe2 text on a black background
contrast 14.69:1
Card sample
#efcfe2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcfe2;
Background color
Panel with #efcfe2 background
background-color: #efcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcfe2; background: linear-gradient(135deg, #efcfe2, #EFD2CF);