#e5a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 162, 219
HSL
309°, 56%, 77%
CMYK
0, 29, 4, 10
Luminance
0.4761
Every format
| HEX | #e5a2db |
| RGB | rgb(229, 162, 219) |
| HSL | hsl(309, 56%, 77%) |
| CMYK | cmyk(0%, 29%, 4%, 10%) |
| LAB | lab(74.6 33.7 -19.0) |
| LCH | lch(74.6 38.7 330.6) |
| OKLCH | oklch(0.794 0.108 331.9) |
Copy-ready code
/* CSS */
color: #e5a2db;
background-color: #e5a2db;
/* Tailwind (arbitrary) */
class="text-[#e5a2db] bg-[#e5a2db]"
/* SCSS */
$brand: #e5a2db;
/* SwiftUI */
Color(red: 0.898, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e5a2db")Accessibility — WCAG contrast
Aa
#e5a2db on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5a2db on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow4.4%
Key (black)10.2%
Color previews
#e5a2db text on a black background
contrast 10.52:1
Card sample
#e5a2db text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5a2db;
Background color
Panel with #e5a2db background
background-color: #e5a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5a2db; background: linear-gradient(135deg, #e5a2db, #E5A2AE);