#ab1eb2
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 30, 178
HSL
297°, 71%, 41%
CMYK
4, 83, 0, 30
Luminance
0.1280
Every format
| HEX | #ab1eb2 |
| RGB | rgb(171, 30, 178) |
| HSL | hsl(297, 71%, 41%) |
| CMYK | cmyk(4%, 83%, 0%, 30%) |
| LAB | lab(42.5 69.6 -46.2) |
| LCH | lch(42.5 83.6 326.4) |
| OKLCH | oklch(0.535 0.230 326.0) |
Copy-ready code
/* CSS */
color: #ab1eb2;
background-color: #ab1eb2;
/* Tailwind (arbitrary) */
class="text-[#ab1eb2] bg-[#ab1eb2]"
/* SCSS */
$brand: #ab1eb2;
/* SwiftUI */
Color(red: 0.671, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#ab1eb2")Accessibility — WCAG contrast
Aa
#ab1eb2 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1eb2 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green11.8%
Blue69.8%
CMYK percentages
Cyan3.9%
Magenta83.1%
Yellow0.0%
Key (black)30.2%
Color previews
#ab1eb2 text on a black background
contrast 3.56:1
Card sample
#ab1eb2 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1eb2;
Background color
Panel with #ab1eb2 background
background-color: #ab1eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1eb2; background: linear-gradient(135deg, #ab1eb2, #B21E56);