#e3ace2
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 172, 226
HSL
301°, 50%, 78%
CMYK
0, 24, 0, 11
Luminance
0.5133
Every format
| HEX | #e3ace2 |
| RGB | rgb(227, 172, 226) |
| HSL | hsl(301, 50%, 78%) |
| CMYK | cmyk(0%, 24%, 0%, 11%) |
| LAB | lab(76.9 29.0 -19.3) |
| LCH | lch(76.9 34.8 326.3) |
| OKLCH | oklch(0.812 0.096 327.0) |
Copy-ready code
/* CSS */
color: #e3ace2;
background-color: #e3ace2;
/* Tailwind (arbitrary) */
class="text-[#e3ace2] bg-[#e3ace2]"
/* SCSS */
$brand: #e3ace2;
/* SwiftUI */
Color(red: 0.890, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#e3ace2")Accessibility — WCAG contrast
Aa
#e3ace2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ace2 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow0.4%
Key (black)11.0%
Color previews
#e3ace2 text on a black background
contrast 11.27:1
Card sample
#e3ace2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ace2;
Background color
Panel with #e3ace2 background
background-color: #e3ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ace2; background: linear-gradient(135deg, #e3ace2, #E3ACBD);