#ab2fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
171, 47, 186
HSL
294°, 60%, 46%
CMYK
8, 75, 0, 27
Luminance
0.1424
Every format
| HEX | #ab2fba |
| RGB | rgb(171, 47, 186) |
| HSL | hsl(294, 60%, 46%) |
| CMYK | cmyk(8%, 75%, 0%, 27%) |
| LAB | lab(44.6 66.3 -47.6) |
| LCH | lch(44.6 81.6 324.3) |
| OKLCH | oklch(0.551 0.222 323.2) |
Copy-ready code
/* CSS */
color: #ab2fba;
background-color: #ab2fba;
/* Tailwind (arbitrary) */
class="text-[#ab2fba] bg-[#ab2fba]"
/* SCSS */
$brand: #ab2fba;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#ab2fba")Accessibility — WCAG contrast
Aa
#ab2fba on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2fba on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#ab2fba text on a black background
contrast 3.85:1
Card sample
#ab2fba text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2fba;
Background color
Panel with #ab2fba background
background-color: #ab2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2fba; background: linear-gradient(135deg, #ab2fba, #BA2F6C);