#ad22cf
a balanced, vivid violet · warm · closest name: magenta
RGB
173, 34, 207
HSL
288°, 72%, 47%
CMYK
16, 84, 0, 19
Luminance
0.1453
Every format
| HEX | #ad22cf |
| RGB | rgb(173, 34, 207) |
| HSL | hsl(288, 72%, 47%) |
| CMYK | cmyk(16%, 84%, 0%, 19%) |
| LAB | lab(45.0 74.0 -59.1) |
| LCH | lch(45.0 94.7 321.4) |
| OKLCH | oklch(0.559 0.250 318.3) |
Copy-ready code
/* CSS */
color: #ad22cf;
background-color: #ad22cf;
/* Tailwind (arbitrary) */
class="text-[#ad22cf] bg-[#ad22cf]"
/* SCSS */
$brand: #ad22cf;
/* SwiftUI */
Color(red: 0.678, green: 0.133, blue: 0.812)
/* Android */
Color.parseColor("#ad22cf")Accessibility — WCAG contrast
Aa
#ad22cf on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad22cf on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green13.3%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta83.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ad22cf text on a black background
contrast 3.91:1
Card sample
#ad22cf text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad22cf;
Background color
Panel with #ad22cf background
background-color: #ad22cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad22cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 34, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 34, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad22cf; background: linear-gradient(135deg, #ad22cf, #CF227E);