#e8aac9
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 170, 201
HSL
330°, 57%, 79%
CMYK
0, 27, 13, 9
Luminance
0.5012
Every format
| HEX | #e8aac9 |
| RGB | rgb(232, 170, 201) |
| HSL | hsl(330, 57%, 79%) |
| CMYK | cmyk(0%, 27%, 13%, 9%) |
| LAB | lab(76.2 27.4 -6.8) |
| LCH | lch(76.2 28.2 346.1) |
| OKLCH | oklch(0.805 0.083 347.7) |
Copy-ready code
/* CSS */
color: #e8aac9;
background-color: #e8aac9;
/* Tailwind (arbitrary) */
class="text-[#e8aac9] bg-[#e8aac9]"
/* SCSS */
$brand: #e8aac9;
/* SwiftUI */
Color(red: 0.910, green: 0.667, blue: 0.788)
/* Android */
Color.parseColor("#e8aac9")Accessibility — WCAG contrast
Aa
#e8aac9 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8aac9 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green66.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow13.4%
Key (black)9.0%
Color previews
#e8aac9 text on a black background
contrast 11.02:1
Card sample
#e8aac9 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8aac9;
Background color
Panel with #e8aac9 background
background-color: #e8aac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8aac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 170, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 170, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8aac9; background: linear-gradient(135deg, #e8aac9, #E8B4AA);