#eaacf3
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 172, 243
HSL
292°, 75%, 81%
CMYK
4, 29, 0, 5
Luminance
0.5347
Every format
| HEX | #eaacf3 |
| RGB | rgb(234, 172, 243) |
| HSL | hsl(292, 75%, 81%) |
| CMYK | cmyk(4%, 29%, 0%, 5%) |
| LAB | lab(78.2 34.4 -26.5) |
| LCH | lch(78.2 43.4 322.3) |
| OKLCH | oklch(0.825 0.117 322.2) |
Copy-ready code
/* CSS */
color: #eaacf3;
background-color: #eaacf3;
/* Tailwind (arbitrary) */
class="text-[#eaacf3] bg-[#eaacf3]"
/* SCSS */
$brand: #eaacf3;
/* SwiftUI */
Color(red: 0.918, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#eaacf3")Accessibility — WCAG contrast
Aa
#eaacf3 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaacf3 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green67.5%
Blue95.3%
CMYK percentages
Cyan3.7%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#eaacf3 text on a black background
contrast 11.69:1
Card sample
#eaacf3 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaacf3;
Background color
Panel with #eaacf3 background
background-color: #eaacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaacf3; background: linear-gradient(135deg, #eaacf3, #F3ACCD);