#ab18be
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 24, 190
HSL
293°, 78%, 42%
CMYK
10, 87, 0, 26
Luminance
0.1303
Every format
| HEX | #ab18be |
| RGB | rgb(171, 24, 190) |
| HSL | hsl(293, 78%, 42%) |
| CMYK | cmyk(10%, 87%, 0%, 26%) |
| LAB | lab(42.8 72.8 -52.7) |
| LCH | lch(42.8 89.9 324.1) |
| OKLCH | oklch(0.540 0.243 322.5) |
Copy-ready code
/* CSS */
color: #ab18be;
background-color: #ab18be;
/* Tailwind (arbitrary) */
class="text-[#ab18be] bg-[#ab18be]"
/* SCSS */
$brand: #ab18be;
/* SwiftUI */
Color(red: 0.671, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#ab18be")Accessibility — WCAG contrast
Aa
#ab18be on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab18be on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green9.4%
Blue74.5%
CMYK percentages
Cyan10.0%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#ab18be text on a black background
contrast 3.61:1
Card sample
#ab18be text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab18be;
Background color
Panel with #ab18be background
background-color: #ab18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab18be; background: linear-gradient(135deg, #ab18be, #BE1863);