#e1a2db
a light, vivid magenta / pink · warm · “plum”
RGB
225, 162, 219
HSL
306°, 51%, 76%
CMYK
0, 28, 3, 12
Luminance
0.4696
Every format
| HEX | #e1a2db |
| RGB | rgb(225, 162, 219) |
| HSL | hsl(306, 51%, 76%) |
| CMYK | cmyk(0%, 28%, 3%, 12%) |
| LAB | lab(74.2 32.4 -19.6) |
| LCH | lch(74.2 37.9 328.8) |
| OKLCH | oklch(0.790 0.105 329.8) |
Copy-ready code
/* CSS */
color: #e1a2db;
background-color: #e1a2db;
/* Tailwind (arbitrary) */
class="text-[#e1a2db] bg-[#e1a2db]"
/* SCSS */
$brand: #e1a2db;
/* SwiftUI */
Color(red: 0.882, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e1a2db")Accessibility — WCAG contrast
Aa
#e1a2db on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1a2db on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow2.7%
Key (black)11.8%
Color previews
#e1a2db text on a black background
contrast 10.39:1
Card sample
#e1a2db text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1a2db;
Background color
Panel with #e1a2db background
background-color: #e1a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1a2db; background: linear-gradient(135deg, #e1a2db, #E1A2B1);