#e3a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 162, 219
HSL
307°, 54%, 76%
CMYK
0, 29, 4, 11
Luminance
0.4729
Every format
| HEX | #e3a2db |
| RGB | rgb(227, 162, 219) |
| HSL | hsl(307, 54%, 76%) |
| CMYK | cmyk(0%, 29%, 4%, 11%) |
| LAB | lab(74.4 33.0 -19.3) |
| LCH | lch(74.4 38.3 329.7) |
| OKLCH | oklch(0.792 0.107 330.8) |
Copy-ready code
/* CSS */
color: #e3a2db;
background-color: #e3a2db;
/* Tailwind (arbitrary) */
class="text-[#e3a2db] bg-[#e3a2db]"
/* SCSS */
$brand: #e3a2db;
/* SwiftUI */
Color(red: 0.890, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e3a2db")Accessibility — WCAG contrast
Aa
#e3a2db on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3a2db on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow3.5%
Key (black)11.0%
Color previews
#e3a2db text on a black background
contrast 10.46:1
Card sample
#e3a2db text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3a2db;
Background color
Panel with #e3a2db background
background-color: #e3a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3a2db; background: linear-gradient(135deg, #e3a2db, #E3A2B0);