#eeacf7
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 172, 247
HSL
293°, 82%, 82%
CMYK
4, 30, 0, 3
Luminance
0.5440
Every format
| HEX | #eeacf7 |
| RGB | rgb(238, 172, 247) |
| HSL | hsl(293, 82%, 82%) |
| CMYK | cmyk(4%, 30%, 0%, 3%) |
| LAB | lab(78.7 36.4 -27.8) |
| LCH | lch(78.7 45.8 322.6) |
| OKLCH | oklch(0.831 0.124 322.5) |
Copy-ready code
/* CSS */
color: #eeacf7;
background-color: #eeacf7;
/* Tailwind (arbitrary) */
class="text-[#eeacf7] bg-[#eeacf7]"
/* SCSS */
$brand: #eeacf7;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#eeacf7")Accessibility — WCAG contrast
Aa
#eeacf7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeacf7 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#eeacf7 text on a black background
contrast 11.88:1
Card sample
#eeacf7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeacf7;
Background color
Panel with #eeacf7 background
background-color: #eeacf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeacf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeacf7; background: linear-gradient(135deg, #eeacf7, #F7ACCE);