#efacdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 172, 223
HSL
314°, 68%, 81%
CMYK
0, 28, 7, 6
Luminance
0.5318
Every format
| HEX | #efacdf |
| RGB | rgb(239, 172, 223) |
| HSL | hsl(314, 68%, 81%) |
| CMYK | cmyk(0%, 28%, 7%, 6%) |
| LAB | lab(78.0 32.4 -15.9) |
| LCH | lch(78.0 36.1 333.8) |
| OKLCH | oklch(0.823 0.102 335.4) |
Copy-ready code
/* CSS */
color: #efacdf;
background-color: #efacdf;
/* Tailwind (arbitrary) */
class="text-[#efacdf] bg-[#efacdf]"
/* SCSS */
$brand: #efacdf;
/* SwiftUI */
Color(red: 0.937, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#efacdf")Accessibility — WCAG contrast
Aa
#efacdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efacdf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow6.7%
Key (black)6.3%
Color previews
#efacdf text on a black background
contrast 11.64:1
Card sample
#efacdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efacdf;
Background color
Panel with #efacdf background
background-color: #efacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efacdf; background: linear-gradient(135deg, #efacdf, #EFACB2);