#e2a2df
a light, vivid magenta / pink · warm · “plum”
RGB
226, 162, 223
HSL
303°, 53%, 76%
CMYK
0, 28, 1, 11
Luminance
0.4734
Every format
| HEX | #e2a2df |
| RGB | rgb(226, 162, 223) |
| HSL | hsl(303, 53%, 76%) |
| CMYK | cmyk(0%, 28%, 1%, 11%) |
| LAB | lab(74.4 33.5 -21.5) |
| LCH | lch(74.4 39.7 327.3) |
| OKLCH | oklch(0.792 0.110 328.1) |
Copy-ready code
/* CSS */
color: #e2a2df;
background-color: #e2a2df;
/* Tailwind (arbitrary) */
class="text-[#e2a2df] bg-[#e2a2df]"
/* SCSS */
$brand: #e2a2df;
/* SwiftUI */
Color(red: 0.886, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#e2a2df")Accessibility — WCAG contrast
Aa
#e2a2df on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a2df on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green63.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow1.3%
Key (black)11.4%
Color previews
#e2a2df text on a black background
contrast 10.47:1
Card sample
#e2a2df text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a2df;
Background color
Panel with #e2a2df background
background-color: #e2a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a2df; background: linear-gradient(135deg, #e2a2df, #E2A2B4);