#e7a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 162, 219
HSL
310°, 59%, 77%
CMYK
0, 30, 5, 9
Luminance
0.4794
Every format
| HEX | #e7a2db |
| RGB | rgb(231, 162, 219) |
| HSL | hsl(310, 59%, 77%) |
| CMYK | cmyk(0%, 30%, 5%, 9%) |
| LAB | lab(74.8 34.4 -18.6) |
| LCH | lch(74.8 39.1 331.5) |
| OKLCH | oklch(0.796 0.110 332.9) |
Copy-ready code
/* CSS */
color: #e7a2db;
background-color: #e7a2db;
/* Tailwind (arbitrary) */
class="text-[#e7a2db] bg-[#e7a2db]"
/* SCSS */
$brand: #e7a2db;
/* SwiftUI */
Color(red: 0.906, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e7a2db")Accessibility — WCAG contrast
Aa
#e7a2db on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7a2db on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow5.2%
Key (black)9.4%
Color previews
#e7a2db text on a black background
contrast 10.59:1
Card sample
#e7a2db text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7a2db;
Background color
Panel with #e7a2db background
background-color: #e7a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7a2db; background: linear-gradient(135deg, #e7a2db, #E7A2AD);