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