#efcfda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 207, 218
HSL
339°, 50%, 88%
CMYK
0, 13, 9, 6
Luminance
0.6804
Every format
| HEX | #efcfda |
| RGB | rgb(239, 207, 218) |
| HSL | hsl(339, 50%, 88%) |
| CMYK | cmyk(0%, 13%, 9%, 6%) |
| LAB | lab(86.0 13.0 -1.3) |
| LCH | lch(86.0 13.0 354.3) |
| OKLCH | oklch(0.884 0.038 355.2) |
Copy-ready code
/* CSS */
color: #efcfda;
background-color: #efcfda;
/* Tailwind (arbitrary) */
class="text-[#efcfda] bg-[#efcfda]"
/* SCSS */
$brand: #efcfda;
/* SwiftUI */
Color(red: 0.937, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#efcfda")Accessibility — WCAG contrast
Aa
#efcfda on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcfda on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow8.8%
Key (black)6.3%
Color previews
#efcfda text on a black background
contrast 14.61:1
Card sample
#efcfda text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcfda;
Background color
Panel with #efcfda background
background-color: #efcfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcfda; background: linear-gradient(135deg, #efcfda, #EFD9CF);