#ab1069
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 16, 105
HSL
326°, 83%, 37%
CMYK
0, 91, 39, 33
Luminance
0.1005
Every format
| HEX | #ab1069 |
| RGB | rgb(171, 16, 105) |
| HSL | hsl(326, 83%, 37%) |
| CMYK | cmyk(0%, 91%, 39%, 33%) |
| LAB | lab(37.9 62.6 -8.6) |
| LCH | lch(37.9 63.2 352.2) |
| OKLCH | oklch(0.491 0.194 353.5) |
Copy-ready code
/* CSS */
color: #ab1069;
background-color: #ab1069;
/* Tailwind (arbitrary) */
class="text-[#ab1069] bg-[#ab1069]"
/* SCSS */
$brand: #ab1069;
/* SwiftUI */
Color(red: 0.671, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#ab1069")Accessibility — WCAG contrast
Aa
#ab1069 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1069 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow38.6%
Key (black)32.9%
Color previews
#ab1069 text on a black background
contrast 3.01:1
Card sample
#ab1069 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1069;
Background color
Panel with #ab1069 background
background-color: #ab1069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1069; background: linear-gradient(135deg, #ab1069, #AB1E10);