#ab22af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 34, 175
HSL
298°, 68%, 41%
CMYK
2, 81, 0, 31
Luminance
0.1290
Every format
| HEX | #ab22af |
| RGB | rgb(171, 34, 175) |
| HSL | hsl(298, 68%, 41%) |
| CMYK | cmyk(2%, 81%, 0%, 31%) |
| LAB | lab(42.6 68.2 -44.2) |
| LCH | lch(42.6 81.3 327.0) |
| OKLCH | oklch(0.535 0.225 326.9) |
Copy-ready code
/* CSS */
color: #ab22af;
background-color: #ab22af;
/* Tailwind (arbitrary) */
class="text-[#ab22af] bg-[#ab22af]"
/* SCSS */
$brand: #ab22af;
/* SwiftUI */
Color(red: 0.671, green: 0.133, blue: 0.686)
/* Android */
Color.parseColor("#ab22af")Accessibility — WCAG contrast
Aa
#ab22af on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab22af on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green13.3%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta80.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ab22af text on a black background
contrast 3.58:1
Card sample
#ab22af text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab22af;
Background color
Panel with #ab22af background
background-color: #ab22af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab22af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 34, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 34, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab22af; background: linear-gradient(135deg, #ab22af, #AF2255);