#ab2daf
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 45, 175
HSL
298°, 59%, 43%
CMYK
2, 74, 0, 31
Luminance
0.1363
Every format
| HEX | #ab2daf |
| RGB | rgb(171, 45, 175) |
| HSL | hsl(298, 59%, 43%) |
| CMYK | cmyk(2%, 74%, 0%, 31%) |
| LAB | lab(43.7 65.0 -42.5) |
| LCH | lch(43.7 77.7 326.9) |
| OKLCH | oklch(0.543 0.215 326.7) |
Copy-ready code
/* CSS */
color: #ab2daf;
background-color: #ab2daf;
/* Tailwind (arbitrary) */
class="text-[#ab2daf] bg-[#ab2daf]"
/* SCSS */
$brand: #ab2daf;
/* SwiftUI */
Color(red: 0.671, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#ab2daf")Accessibility — WCAG contrast
Aa
#ab2daf on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2daf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green17.6%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta74.3%
Yellow0.0%
Key (black)31.4%
Color previews
#ab2daf text on a black background
contrast 3.73:1
Card sample
#ab2daf text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2daf;
Background color
Panel with #ab2daf background
background-color: #ab2daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2daf; background: linear-gradient(135deg, #ab2daf, #AF2D5C);