#ab28af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 40, 175
HSL
298°, 63%, 42%
CMYK
2, 77, 0, 31
Luminance
0.1327
Every format
| HEX | #ab28af |
| RGB | rgb(171, 40, 175) |
| HSL | hsl(298, 63%, 42%) |
| CMYK | cmyk(2%, 77%, 0%, 31%) |
| LAB | lab(43.2 66.5 -43.3) |
| LCH | lch(43.2 79.4 326.9) |
| OKLCH | oklch(0.539 0.220 326.8) |
Copy-ready code
/* CSS */
color: #ab28af;
background-color: #ab28af;
/* Tailwind (arbitrary) */
class="text-[#ab28af] bg-[#ab28af]"
/* SCSS */
$brand: #ab28af;
/* SwiftUI */
Color(red: 0.671, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#ab28af")Accessibility — WCAG contrast
Aa
#ab28af on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab28af on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green15.7%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta77.1%
Yellow0.0%
Key (black)31.4%
Color previews
#ab28af text on a black background
contrast 3.65:1
Card sample
#ab28af text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab28af;
Background color
Panel with #ab28af background
background-color: #ab28af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab28af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab28af; background: linear-gradient(135deg, #ab28af, #AF2859);