#efcddf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
239, 205, 223
HSL
328°, 52%, 87%
CMYK
0, 14, 7, 6
Luminance
0.6734
Every format
| HEX | #efcddf |
| RGB | rgb(239, 205, 223) |
| HSL | hsl(328, 52%, 87%) |
| CMYK | cmyk(0%, 14%, 7%, 6%) |
| LAB | lab(85.7 14.9 -4.5) |
| LCH | lch(85.7 15.5 343.3) |
| OKLCH | oklch(0.882 0.045 344.9) |
Copy-ready code
/* CSS */
color: #efcddf;
background-color: #efcddf;
/* Tailwind (arbitrary) */
class="text-[#efcddf] bg-[#efcddf]"
/* SCSS */
$brand: #efcddf;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#efcddf")Accessibility — WCAG contrast
Aa
#efcddf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcddf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow6.7%
Key (black)6.3%
Color previews
#efcddf text on a black background
contrast 14.47:1
Card sample
#efcddf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcddf;
Background color
Panel with #efcddf background
background-color: #efcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcddf; background: linear-gradient(135deg, #efcddf, #EFD2CD);