#ab0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 15, 186
HSL
295°, 85%, 39%
CMYK
8, 92, 0, 27
Luminance
0.1254
Every format
| HEX | #ab0fba |
| RGB | rgb(171, 15, 186) |
| HSL | hsl(295, 85%, 39%) |
| CMYK | cmyk(8%, 92%, 0%, 27%) |
| LAB | lab(42.1 73.5 -51.6) |
| LCH | lch(42.1 89.8 325.0) |
| OKLCH | oklch(0.534 0.244 323.8) |
Copy-ready code
/* CSS */
color: #ab0fba;
background-color: #ab0fba;
/* Tailwind (arbitrary) */
class="text-[#ab0fba] bg-[#ab0fba]"
/* SCSS */
$brand: #ab0fba;
/* SwiftUI */
Color(red: 0.671, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#ab0fba")Accessibility — WCAG contrast
Aa
#ab0fba on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0fba on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.9%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#ab0fba text on a black background
contrast 3.51:1
Card sample
#ab0fba text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0fba;
Background color
Panel with #ab0fba background
background-color: #ab0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0fba; background: linear-gradient(135deg, #ab0fba, #BA0F57);