#efabf7
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 171, 247
HSL
294°, 83%, 82%
CMYK
3, 31, 0, 3
Luminance
0.5419
Every format
| HEX | #efabf7 |
| RGB | rgb(239, 171, 247) |
| HSL | hsl(294, 83%, 82%) |
| CMYK | cmyk(3%, 31%, 0%, 3%) |
| LAB | lab(78.6 37.2 -28.0) |
| LCH | lch(78.6 46.6 323.1) |
| OKLCH | oklch(0.830 0.126 323.0) |
Copy-ready code
/* CSS */
color: #efabf7;
background-color: #efabf7;
/* Tailwind (arbitrary) */
class="text-[#efabf7] bg-[#efabf7]"
/* SCSS */
$brand: #efabf7;
/* SwiftUI */
Color(red: 0.937, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#efabf7")Accessibility — WCAG contrast
Aa
#efabf7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efabf7 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.1%
Blue96.9%
CMYK percentages
Cyan3.2%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#efabf7 text on a black background
contrast 11.84:1
Card sample
#efabf7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efabf7;
Background color
Panel with #efabf7 background
background-color: #efabf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efabf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efabf7; background: linear-gradient(135deg, #efabf7, #F7ABCC);