#ab104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
171, 16, 79
HSL
336°, 83%, 37%
CMYK
0, 91, 54, 33
Luminance
0.0959
Every format
| HEX | #ab104f |
| RGB | rgb(171, 16, 79) |
| HSL | hsl(336, 83%, 37%) |
| CMYK | cmyk(0%, 91%, 54%, 33%) |
| LAB | lab(37.1 60.3 6.8) |
| LCH | lch(37.1 60.7 6.5) |
| OKLCH | oklch(0.482 0.185 5.5) |
Copy-ready code
/* CSS */
color: #ab104f;
background-color: #ab104f;
/* Tailwind (arbitrary) */
class="text-[#ab104f] bg-[#ab104f]"
/* SCSS */
$brand: #ab104f;
/* SwiftUI */
Color(red: 0.671, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#ab104f")Accessibility — WCAG contrast
Aa
#ab104f on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab104f on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow53.8%
Key (black)32.9%
Color previews
#ab104f text on a black background
contrast 2.92:1
Card sample
#ab104f text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab104f;
Background color
Panel with #ab104f background
background-color: #ab104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab104f; background: linear-gradient(135deg, #ab104f, #AB3810);