#e6a2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 162, 219
HSL
310°, 58%, 77%
CMYK
0, 30, 5, 10
Luminance
0.4778
Every format
| HEX | #e6a2db |
| RGB | rgb(230, 162, 219) |
| HSL | hsl(310, 58%, 77%) |
| CMYK | cmyk(0%, 30%, 5%, 10%) |
| LAB | lab(74.7 34.0 -18.8) |
| LCH | lch(74.7 38.9 331.1) |
| OKLCH | oklch(0.795 0.109 332.4) |
Copy-ready code
/* CSS */
color: #e6a2db;
background-color: #e6a2db;
/* Tailwind (arbitrary) */
class="text-[#e6a2db] bg-[#e6a2db]"
/* SCSS */
$brand: #e6a2db;
/* SwiftUI */
Color(red: 0.902, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#e6a2db")Accessibility — WCAG contrast
Aa
#e6a2db on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6a2db on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow4.8%
Key (black)9.8%
Color previews
#e6a2db text on a black background
contrast 10.56:1
Card sample
#e6a2db text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6a2db;
Background color
Panel with #e6a2db background
background-color: #e6a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6a2db; background: linear-gradient(135deg, #e6a2db, #E6A2AE);