#ab2dbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
171, 45, 191
HSL
292°, 62%, 46%
CMYK
11, 76, 0, 25
Luminance
0.1430
Every format
| HEX | #ab2dbf |
| RGB | rgb(171, 45, 191) |
| HSL | hsl(292, 62%, 46%) |
| CMYK | cmyk(11%, 76%, 0%, 25%) |
| LAB | lab(44.7 67.8 -50.3) |
| LCH | lch(44.7 84.4 323.4) |
| OKLCH | oklch(0.553 0.228 321.7) |
Copy-ready code
/* CSS */
color: #ab2dbf;
background-color: #ab2dbf;
/* Tailwind (arbitrary) */
class="text-[#ab2dbf] bg-[#ab2dbf]"
/* SCSS */
$brand: #ab2dbf;
/* SwiftUI */
Color(red: 0.671, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#ab2dbf")Accessibility — WCAG contrast
Aa
#ab2dbf on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2dbf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan10.5%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#ab2dbf text on a black background
contrast 3.86:1
Card sample
#ab2dbf text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2dbf;
Background color
Panel with #ab2dbf background
background-color: #ab2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2dbf; background: linear-gradient(135deg, #ab2dbf, #BF2D72);