#ab33af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 51, 175
HSL
298°, 55%, 44%
CMYK
2, 71, 0, 31
Luminance
0.1412
Every format
| HEX | #ab33af |
| RGB | rgb(171, 51, 175) |
| HSL | hsl(298, 55%, 44%) |
| CMYK | cmyk(2%, 71%, 0%, 31%) |
| LAB | lab(44.4 63.0 -41.3) |
| LCH | lch(44.4 75.4 326.7) |
| OKLCH | oklch(0.548 0.208 326.6) |
Copy-ready code
/* CSS */
color: #ab33af;
background-color: #ab33af;
/* Tailwind (arbitrary) */
class="text-[#ab33af] bg-[#ab33af]"
/* SCSS */
$brand: #ab33af;
/* SwiftUI */
Color(red: 0.671, green: 0.200, blue: 0.686)
/* Android */
Color.parseColor("#ab33af")Accessibility — WCAG contrast
Aa
#ab33af on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab33af on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.0%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta70.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ab33af text on a black background
contrast 3.82:1
Card sample
#ab33af text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab33af;
Background color
Panel with #ab33af background
background-color: #ab33af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab33af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 51, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 51, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab33af; background: linear-gradient(135deg, #ab33af, #AF3360);