#e7acef
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 172, 239
HSL
293°, 68%, 81%
CMYK
3, 28, 0, 6
Luminance
0.5273
Every format
| HEX | #e7acef |
| RGB | rgb(231, 172, 239) |
| HSL | hsl(293, 68%, 81%) |
| CMYK | cmyk(3%, 28%, 0%, 6%) |
| LAB | lab(77.7 32.7 -25.1) |
| LCH | lch(77.7 41.2 322.5) |
| OKLCH | oklch(0.821 0.112 322.4) |
Copy-ready code
/* CSS */
color: #e7acef;
background-color: #e7acef;
/* Tailwind (arbitrary) */
class="text-[#e7acef] bg-[#e7acef]"
/* SCSS */
$brand: #e7acef;
/* SwiftUI */
Color(red: 0.906, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#e7acef")Accessibility — WCAG contrast
Aa
#e7acef on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7acef on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan3.3%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#e7acef text on a black background
contrast 11.55:1
Card sample
#e7acef text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7acef;
Background color
Panel with #e7acef background
background-color: #e7acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7acef; background: linear-gradient(135deg, #e7acef, #EFACCA);