#e8a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 162, 219
HSL
311°, 60%, 77%
CMYK
0, 30, 6, 9
Luminance
0.4811
Every format
| HEX | #e8a2db |
| RGB | rgb(232, 162, 219) |
| HSL | hsl(311, 60%, 77%) |
| CMYK | cmyk(0%, 30%, 6%, 9%) |
| LAB | lab(74.9 34.7 -18.5) |
| LCH | lch(74.9 39.3 332.0) |
| OKLCH | oklch(0.797 0.110 333.3) |
Copy-ready code
/* CSS */
color: #e8a2db;
background-color: #e8a2db;
/* Tailwind (arbitrary) */
class="text-[#e8a2db] bg-[#e8a2db]"
/* SCSS */
$brand: #e8a2db;
/* SwiftUI */
Color(red: 0.910, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e8a2db")Accessibility — WCAG contrast
Aa
#e8a2db on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8a2db on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow5.6%
Key (black)9.0%
Color previews
#e8a2db text on a black background
contrast 10.62:1
Card sample
#e8a2db text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8a2db;
Background color
Panel with #e8a2db background
background-color: #e8a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8a2db; background: linear-gradient(135deg, #e8a2db, #E8A2AD);