#e9a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 162, 219
HSL
312°, 62%, 78%
CMYK
0, 31, 6, 9
Luminance
0.4828
Every format
| HEX | #e9a2db |
| RGB | rgb(233, 162, 219) |
| HSL | hsl(312, 62%, 78%) |
| CMYK | cmyk(0%, 31%, 6%, 9%) |
| LAB | lab(75.0 35.0 -18.3) |
| LCH | lch(75.0 39.5 332.4) |
| OKLCH | oklch(0.798 0.111 333.8) |
Copy-ready code
/* CSS */
color: #e9a2db;
background-color: #e9a2db;
/* Tailwind (arbitrary) */
class="text-[#e9a2db] bg-[#e9a2db]"
/* SCSS */
$brand: #e9a2db;
/* SwiftUI */
Color(red: 0.914, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e9a2db")Accessibility — WCAG contrast
Aa
#e9a2db on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9a2db on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow6.0%
Key (black)8.6%
Color previews
#e9a2db text on a black background
contrast 10.66:1
Card sample
#e9a2db text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9a2db;
Background color
Panel with #e9a2db background
background-color: #e9a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9a2db; background: linear-gradient(135deg, #e9a2db, #E9A2AC);