#ab08af
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 8, 175
HSL
299°, 91%, 36%
CMYK
2, 95, 0, 31
Luminance
0.1193
Every format
| HEX | #ab08af |
| RGB | rgb(171, 8, 175) |
| HSL | hsl(299, 91%, 36%) |
| CMYK | cmyk(2%, 95%, 0%, 31%) |
| LAB | lab(41.1 72.6 -46.6) |
| LCH | lch(41.1 86.3 327.3) |
| OKLCH | oklch(0.525 0.239 327.1) |
Copy-ready code
/* CSS */
color: #ab08af;
background-color: #ab08af;
/* Tailwind (arbitrary) */
class="text-[#ab08af] bg-[#ab08af]"
/* SCSS */
$brand: #ab08af;
/* SwiftUI */
Color(red: 0.671, green: 0.031, blue: 0.686)
/* Android */
Color.parseColor("#ab08af")Accessibility — WCAG contrast
Aa
#ab08af on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab08af on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green3.1%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta95.4%
Yellow0.0%
Key (black)31.4%
Color previews
#ab08af text on a black background
contrast 3.39:1
Card sample
#ab08af text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab08af;
Background color
Panel with #ab08af background
background-color: #ab08af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab08af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 8, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 8, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab08af; background: linear-gradient(135deg, #ab08af, #AF0844);