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