#ab2ab9
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 42, 185
HSL
294°, 63%, 45%
CMYK
8, 77, 0, 28
Luminance
0.1382
Every format
| HEX | #ab2ab9 |
| RGB | rgb(171, 42, 185) |
| HSL | hsl(294, 63%, 45%) |
| CMYK | cmyk(8%, 77%, 0%, 28%) |
| LAB | lab(44.0 67.7 -47.9) |
| LCH | lch(44.0 82.9 324.7) |
| OKLCH | oklch(0.547 0.226 323.6) |
Copy-ready code
/* CSS */
color: #ab2ab9;
background-color: #ab2ab9;
/* Tailwind (arbitrary) */
class="text-[#ab2ab9] bg-[#ab2ab9]"
/* SCSS */
$brand: #ab2ab9;
/* SwiftUI */
Color(red: 0.671, green: 0.165, blue: 0.725)
/* Android */
Color.parseColor("#ab2ab9")Accessibility — WCAG contrast
Aa
#ab2ab9 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2ab9 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green16.5%
Blue72.5%
CMYK percentages
Cyan7.6%
Magenta77.3%
Yellow0.0%
Key (black)27.5%
Color previews
#ab2ab9 text on a black background
contrast 3.76:1
Card sample
#ab2ab9 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2ab9;
Background color
Panel with #ab2ab9 background
background-color: #ab2ab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2ab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 42, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 42, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2ab9; background: linear-gradient(135deg, #ab2ab9, #B92A68);