#ad16ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
173, 22, 173
HSL
300°, 77%, 38%
CMYK
0, 87, 0, 32
Luminance
0.1248
Every format
| HEX | #ad16ad |
| RGB | rgb(173, 22, 173) |
| HSL | hsl(300, 77%, 38%) |
| CMYK | cmyk(0%, 87%, 0%, 32%) |
| LAB | lab(42.0 70.8 -44.0) |
| LCH | lch(42.0 83.4 328.1) |
| OKLCH | oklch(0.531 0.233 328.3) |
Copy-ready code
/* CSS */
color: #ad16ad;
background-color: #ad16ad;
/* Tailwind (arbitrary) */
class="text-[#ad16ad] bg-[#ad16ad]"
/* SCSS */
$brand: #ad16ad;
/* SwiftUI */
Color(red: 0.678, green: 0.086, blue: 0.678)
/* Android */
Color.parseColor("#ad16ad")Accessibility — WCAG contrast
Aa
#ad16ad on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad16ad on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green8.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow0.0%
Key (black)32.2%
Color previews
#ad16ad text on a black background
contrast 3.50:1
Card sample
#ad16ad text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad16ad;
Background color
Panel with #ad16ad background
background-color: #ad16ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad16ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 22, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 22, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad16ad; background: linear-gradient(135deg, #ad16ad, #AD1648);