#ab398e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 57, 142
HSL
315°, 50%, 45%
CMYK
0, 67, 17, 33
Luminance
0.1354
Every format
| HEX | #ab398e |
| RGB | rgb(171, 57, 142) |
| HSL | hsl(315, 50%, 45%) |
| CMYK | cmyk(0%, 67%, 17%, 33%) |
| LAB | lab(43.6 55.5 -22.9) |
| LCH | lch(43.6 60.0 337.5) |
| OKLCH | oklch(0.537 0.176 339.4) |
Copy-ready code
/* CSS */
color: #ab398e;
background-color: #ab398e;
/* Tailwind (arbitrary) */
class="text-[#ab398e] bg-[#ab398e]"
/* SCSS */
$brand: #ab398e;
/* SwiftUI */
Color(red: 0.671, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#ab398e")Accessibility — WCAG contrast
Aa
#ab398e on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab398e on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow17.0%
Key (black)32.9%
Color previews
#ab398e text on a black background
contrast 3.71:1
Card sample
#ab398e text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab398e;
Background color
Panel with #ab398e background
background-color: #ab398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab398e; background: linear-gradient(135deg, #ab398e, #AB3942);