#ab2467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 36, 103
HSL
330°, 65%, 41%
CMYK
0, 79, 40, 33
Luminance
0.1090
Every format
| HEX | #ab2467 |
| RGB | rgb(171, 36, 103) |
| HSL | hsl(330, 65%, 41%) |
| CMYK | cmyk(0%, 79%, 40%, 33%) |
| LAB | lab(39.4 57.9 -5.1) |
| LCH | lch(39.4 58.1 354.9) |
| OKLCH | oklch(0.501 0.179 355.9) |
Copy-ready code
/* CSS */
color: #ab2467;
background-color: #ab2467;
/* Tailwind (arbitrary) */
class="text-[#ab2467] bg-[#ab2467]"
/* SCSS */
$brand: #ab2467;
/* SwiftUI */
Color(red: 0.671, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#ab2467")Accessibility — WCAG contrast
Aa
#ab2467 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2467 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow39.8%
Key (black)32.9%
Color previews
#ab2467 text on a black background
contrast 3.18:1
Card sample
#ab2467 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2467;
Background color
Panel with #ab2467 background
background-color: #ab2467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2467; background: linear-gradient(135deg, #ab2467, #AB3B24);