#e2a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 162, 219
HSL
307°, 53%, 76%
CMYK
0, 28, 3, 11
Luminance
0.4712
Every format
| HEX | #e2a2db |
| RGB | rgb(226, 162, 219) |
| HSL | hsl(307, 53%, 76%) |
| CMYK | cmyk(0%, 28%, 3%, 11%) |
| LAB | lab(74.3 32.7 -19.5) |
| LCH | lch(74.3 38.1 329.2) |
| OKLCH | oklch(0.791 0.106 330.3) |
Copy-ready code
/* CSS */
color: #e2a2db;
background-color: #e2a2db;
/* Tailwind (arbitrary) */
class="text-[#e2a2db] bg-[#e2a2db]"
/* SCSS */
$brand: #e2a2db;
/* SwiftUI */
Color(red: 0.886, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e2a2db")Accessibility — WCAG contrast
Aa
#e2a2db on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a2db on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow3.1%
Key (black)11.4%
Color previews
#e2a2db text on a black background
contrast 10.42:1
Card sample
#e2a2db text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a2db;
Background color
Panel with #e2a2db background
background-color: #e2a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a2db; background: linear-gradient(135deg, #e2a2db, #E2A2B0);