#ab28bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
171, 40, 191
HSL
292°, 65%, 45%
CMYK
11, 79, 0, 25
Luminance
0.1394
Every format
| HEX | #ab28bf |
| RGB | rgb(171, 40, 191) |
| HSL | hsl(292, 65%, 45%) |
| CMYK | cmyk(11%, 79%, 0%, 25%) |
| LAB | lab(44.1 69.3 -51.2) |
| LCH | lch(44.1 86.1 323.5) |
| OKLCH | oklch(0.549 0.232 321.9) |
Copy-ready code
/* CSS */
color: #ab28bf;
background-color: #ab28bf;
/* Tailwind (arbitrary) */
class="text-[#ab28bf] bg-[#ab28bf]"
/* SCSS */
$brand: #ab28bf;
/* SwiftUI */
Color(red: 0.671, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#ab28bf")Accessibility — WCAG contrast
Aa
#ab28bf on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab28bf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green15.7%
Blue74.9%
CMYK percentages
Cyan10.5%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#ab28bf text on a black background
contrast 3.79:1
Card sample
#ab28bf text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab28bf;
Background color
Panel with #ab28bf background
background-color: #ab28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab28bf; background: linear-gradient(135deg, #ab28bf, #BF286E);