#e4acef
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 172, 239
HSL
290°, 68%, 81%
CMYK
5, 28, 0, 6
Luminance
0.5223
Every format
| HEX | #e4acef |
| RGB | rgb(228, 172, 239) |
| HSL | hsl(290, 68%, 81%) |
| CMYK | cmyk(5%, 28%, 0%, 6%) |
| LAB | lab(77.4 31.7 -25.5) |
| LCH | lch(77.4 40.7 321.2) |
| OKLCH | oklch(0.818 0.110 320.8) |
Copy-ready code
/* CSS */
color: #e4acef;
background-color: #e4acef;
/* Tailwind (arbitrary) */
class="text-[#e4acef] bg-[#e4acef]"
/* SCSS */
$brand: #e4acef;
/* SwiftUI */
Color(red: 0.894, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#e4acef")Accessibility — WCAG contrast
Aa
#e4acef on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4acef on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan4.6%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#e4acef text on a black background
contrast 11.45:1
Card sample
#e4acef text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4acef;
Background color
Panel with #e4acef background
background-color: #e4acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4acef; background: linear-gradient(135deg, #e4acef, #EFACCD);