#e2ace7
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 172, 231
HSL
295°, 55%, 79%
CMYK
2, 26, 0, 9
Luminance
0.5144
Every format
| HEX | #e2ace7 |
| RGB | rgb(226, 172, 231) |
| HSL | hsl(295, 55%, 79%) |
| CMYK | cmyk(2%, 26%, 0%, 9%) |
| LAB | lab(77.0 29.6 -21.9) |
| LCH | lch(77.0 36.8 323.4) |
| OKLCH | oklch(0.813 0.100 323.6) |
Copy-ready code
/* CSS */
color: #e2ace7;
background-color: #e2ace7;
/* Tailwind (arbitrary) */
class="text-[#e2ace7] bg-[#e2ace7]"
/* SCSS */
$brand: #e2ace7;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#e2ace7")Accessibility — WCAG contrast
Aa
#e2ace7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ace7 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue90.6%
CMYK percentages
Cyan2.2%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#e2ace7 text on a black background
contrast 11.29:1
Card sample
#e2ace7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ace7;
Background color
Panel with #e2ace7 background
background-color: #e2ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ace7; background: linear-gradient(135deg, #e2ace7, #E7ACC5);