#efacf6
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 172, 246
HSL
294°, 80%, 82%
CMYK
3, 30, 0, 4
Luminance
0.5451
Every format
| HEX | #efacf6 |
| RGB | rgb(239, 172, 246) |
| HSL | hsl(294, 80%, 82%) |
| CMYK | cmyk(3%, 30%, 0%, 4%) |
| LAB | lab(78.8 36.5 -27.2) |
| LCH | lch(78.8 45.5 323.3) |
| OKLCH | oklch(0.831 0.124 323.4) |
Copy-ready code
/* CSS */
color: #efacf6;
background-color: #efacf6;
/* Tailwind (arbitrary) */
class="text-[#efacf6] bg-[#efacf6]"
/* SCSS */
$brand: #efacf6;
/* SwiftUI */
Color(red: 0.937, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#efacf6")Accessibility — WCAG contrast
Aa
#efacf6 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efacf6 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green67.5%
Blue96.5%
CMYK percentages
Cyan2.8%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#efacf6 text on a black background
contrast 11.90:1
Card sample
#efacf6 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efacf6;
Background color
Panel with #efacf6 background
background-color: #efacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efacf6; background: linear-gradient(135deg, #efacf6, #F6ACCC);