#ad2ead
a dark, vivid magenta / pink · warm · closest name: purple
RGB
173, 46, 173
HSL
300°, 58%, 43%
CMYK
0, 73, 0, 32
Luminance
0.1386
Every format
| HEX | #ad2ead |
| RGB | rgb(173, 46, 173) |
| HSL | hsl(300, 58%, 43%) |
| CMYK | cmyk(0%, 73%, 0%, 32%) |
| LAB | lab(44.0 64.8 -40.8) |
| LCH | lch(44.0 76.6 327.8) |
| OKLCH | oklch(0.546 0.213 328.0) |
Copy-ready code
/* CSS */
color: #ad2ead;
background-color: #ad2ead;
/* Tailwind (arbitrary) */
class="text-[#ad2ead] bg-[#ad2ead]"
/* SCSS */
$brand: #ad2ead;
/* SwiftUI */
Color(red: 0.678, green: 0.180, blue: 0.678)
/* Android */
Color.parseColor("#ad2ead")Accessibility — WCAG contrast
Aa
#ad2ead on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2ead on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green18.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow0.0%
Key (black)32.2%
Color previews
#ad2ead text on a black background
contrast 3.77:1
Card sample
#ad2ead text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2ead;
Background color
Panel with #ad2ead background
background-color: #ad2ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 46, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 46, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2ead; background: linear-gradient(135deg, #ad2ead, #AD2E58);