#ab22ce
a balanced, vivid violet · warm · closest name: magenta
RGB
171, 34, 206
HSL
288°, 72%, 47%
CMYK
17, 84, 0, 19
Luminance
0.1426
Every format
| HEX | #ab22ce |
| RGB | rgb(171, 34, 206) |
| HSL | hsl(288, 72%, 47%) |
| CMYK | cmyk(17%, 84%, 0%, 19%) |
| LAB | lab(44.6 73.5 -59.1) |
| LCH | lch(44.6 94.3 321.2) |
| OKLCH | oklch(0.556 0.248 317.9) |
Copy-ready code
/* CSS */
color: #ab22ce;
background-color: #ab22ce;
/* Tailwind (arbitrary) */
class="text-[#ab22ce] bg-[#ab22ce]"
/* SCSS */
$brand: #ab22ce;
/* SwiftUI */
Color(red: 0.671, green: 0.133, blue: 0.808)
/* Android */
Color.parseColor("#ab22ce")Accessibility — WCAG contrast
Aa
#ab22ce on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab22ce on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green13.3%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta83.5%
Yellow0.0%
Key (black)19.2%
Color previews
#ab22ce text on a black background
contrast 3.85:1
Card sample
#ab22ce text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab22ce;
Background color
Panel with #ab22ce background
background-color: #ab22ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab22ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 34, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 34, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab22ce; background: linear-gradient(135deg, #ab22ce, #CE227E);