#ab0eb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 14, 183
HSL
296°, 86%, 39%
CMYK
7, 92, 0, 28
Luminance
0.1239
Every format
| HEX | #ab0eb7 |
| RGB | rgb(171, 14, 183) |
| HSL | hsl(296, 86%, 39%) |
| CMYK | cmyk(7%, 92%, 0%, 28%) |
| LAB | lab(41.8 73.2 -50.2) |
| LCH | lch(41.8 88.7 325.6) |
| OKLCH | oklch(0.531 0.243 324.7) |
Copy-ready code
/* CSS */
color: #ab0eb7;
background-color: #ab0eb7;
/* Tailwind (arbitrary) */
class="text-[#ab0eb7] bg-[#ab0eb7]"
/* SCSS */
$brand: #ab0eb7;
/* SwiftUI */
Color(red: 0.671, green: 0.055, blue: 0.718)
/* Android */
Color.parseColor("#ab0eb7")Accessibility — WCAG contrast
Aa
#ab0eb7 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0eb7 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.5%
Blue71.8%
CMYK percentages
Cyan6.6%
Magenta92.3%
Yellow0.0%
Key (black)28.2%
Color previews
#ab0eb7 text on a black background
contrast 3.48:1
Card sample
#ab0eb7 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0eb7;
Background color
Panel with #ab0eb7 background
background-color: #ab0eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 14, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 14, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0eb7; background: linear-gradient(135deg, #ab0eb7, #B70E52);