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