#e17ad2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
225, 122, 210
HSL
309°, 63%, 68%
CMYK
0, 46, 7, 12
Luminance
0.3458
Every format
| HEX | #e17ad2 |
| RGB | rgb(225, 122, 210) |
| HSL | hsl(309, 63%, 68%) |
| CMYK | cmyk(0%, 46%, 7%, 12%) |
| LAB | lab(65.4 51.7 -28.0) |
| LCH | lch(65.4 58.8 331.5) |
| OKLCH | oklch(0.723 0.166 332.8) |
Copy-ready code
/* CSS */
color: #e17ad2;
background-color: #e17ad2;
/* Tailwind (arbitrary) */
class="text-[#e17ad2] bg-[#e17ad2]"
/* SCSS */
$brand: #e17ad2;
/* SwiftUI */
Color(red: 0.882, green: 0.478, blue: 0.824)
/* Android */
Color.parseColor("#e17ad2")Accessibility — WCAG contrast
Aa
#e17ad2 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e17ad2 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green47.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow6.7%
Key (black)11.8%
Color previews
#e17ad2 text on a black background
contrast 7.92:1
Card sample
#e17ad2 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e17ad2;
Background color
Panel with #e17ad2 background
background-color: #e17ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e17ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 122, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 122, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e17ad2; background: linear-gradient(135deg, #e17ad2, #E17A8D);