#ab3fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
171, 63, 186
HSL
293°, 49%, 49%
CMYK
8, 66, 0, 27
Luminance
0.1576
Every format
| HEX | #ab3fba |
| RGB | rgb(171, 63, 186) |
| HSL | hsl(293, 49%, 49%) |
| CMYK | cmyk(8%, 66%, 0%, 27%) |
| LAB | lab(46.7 60.4 -44.2) |
| LCH | lch(46.7 74.8 323.8) |
| OKLCH | oklch(0.566 0.203 322.6) |
Copy-ready code
/* CSS */
color: #ab3fba;
background-color: #ab3fba;
/* Tailwind (arbitrary) */
class="text-[#ab3fba] bg-[#ab3fba]"
/* SCSS */
$brand: #ab3fba;
/* SwiftUI */
Color(red: 0.671, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#ab3fba")Accessibility — WCAG contrast
Aa
#ab3fba on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3fba on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green24.7%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ab3fba text on a black background
contrast 4.15:1
Card sample
#ab3fba text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3fba;
Background color
Panel with #ab3fba background
background-color: #ab3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3fba; background: linear-gradient(135deg, #ab3fba, #BA3F77);