#e7aace
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 170, 206
HSL
325°, 56%, 79%
CMYK
0, 26, 11, 9
Luminance
0.5019
Every format
| HEX | #e7aace |
| RGB | rgb(231, 170, 206) |
| HSL | hsl(325, 56%, 79%) |
| CMYK | cmyk(0%, 26%, 11%, 9%) |
| LAB | lab(76.2 27.9 -9.4) |
| LCH | lch(76.2 29.4 341.3) |
| OKLCH | oklch(0.806 0.085 343.0) |
Copy-ready code
/* CSS */
color: #e7aace;
background-color: #e7aace;
/* Tailwind (arbitrary) */
class="text-[#e7aace] bg-[#e7aace]"
/* SCSS */
$brand: #e7aace;
/* SwiftUI */
Color(red: 0.906, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#e7aace")Accessibility — WCAG contrast
Aa
#e7aace on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7aace on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow10.8%
Key (black)9.4%
Color previews
#e7aace text on a black background
contrast 11.04:1
Card sample
#e7aace text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7aace;
Background color
Panel with #e7aace background
background-color: #e7aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7aace; background: linear-gradient(135deg, #e7aace, #E7AFAA);