#ab2155
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
171, 33, 85
HSL
337°, 68%, 40%
CMYK
0, 81, 50, 33
Luminance
0.1040
Every format
| HEX | #ab2155 |
| RGB | rgb(171, 33, 85) |
| HSL | hsl(337, 68%, 40%) |
| CMYK | cmyk(0%, 81%, 50%, 33%) |
| LAB | lab(38.6 57.1 5.0) |
| LCH | lch(38.6 57.3 5.1) |
| OKLCH | oklch(0.493 0.175 4.4) |
Copy-ready code
/* CSS */
color: #ab2155;
background-color: #ab2155;
/* Tailwind (arbitrary) */
class="text-[#ab2155] bg-[#ab2155]"
/* SCSS */
$brand: #ab2155;
/* SwiftUI */
Color(red: 0.671, green: 0.129, blue: 0.333)
/* Android */
Color.parseColor("#ab2155")Accessibility — WCAG contrast
Aa
#ab2155 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2155 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green12.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow50.3%
Key (black)32.9%
Color previews
#ab2155 text on a black background
contrast 3.08:1
Card sample
#ab2155 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2155;
Background color
Panel with #ab2155 background
background-color: #ab2155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 33, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 33, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2155; background: linear-gradient(135deg, #ab2155, #AB4921);