#ab024b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
171, 2, 75
HSL
334°, 98%, 34%
CMYK
0, 99, 56, 33
Luminance
0.0921
Every format
| HEX | #ab024b |
| RGB | rgb(171, 2, 75) |
| HSL | hsl(334, 98%, 34%) |
| CMYK | cmyk(0%, 99%, 56%, 33%) |
| LAB | lab(36.4 61.8 8.4) |
| LCH | lch(36.4 62.4 7.8) |
| OKLCH | oklch(0.476 0.190 6.5) |
Copy-ready code
/* CSS */
color: #ab024b;
background-color: #ab024b;
/* Tailwind (arbitrary) */
class="text-[#ab024b] bg-[#ab024b]"
/* SCSS */
$brand: #ab024b;
/* SwiftUI */
Color(red: 0.671, green: 0.008, blue: 0.294)
/* Android */
Color.parseColor("#ab024b")Accessibility — WCAG contrast
Aa
#ab024b on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab024b on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green0.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow56.1%
Key (black)32.9%
Color previews
#ab024b text on a black background
contrast 2.84:1
Card sample
#ab024b text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab024b;
Background color
Panel with #ab024b background
background-color: #ab024b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab024b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 2, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 2, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab024b; background: linear-gradient(135deg, #ab024b, #AB2A02);