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