#ab2dda
a balanced, vivid violet · warm · closest name: magenta
RGB
171, 45, 218
HSL
284°, 70%, 52%
CMYK
22, 79, 0, 15
Luminance
0.1560
Every format
| HEX | #ab2dda |
| RGB | rgb(171, 45, 218) |
| HSL | hsl(284, 70%, 52%) |
| CMYK | cmyk(22%, 79%, 0%, 15%) |
| LAB | lab(46.4 72.7 -63.1) |
| LCH | lch(46.4 96.3 319.1) |
| OKLCH | oklch(0.571 0.250 314.4) |
Copy-ready code
/* CSS */
color: #ab2dda;
background-color: #ab2dda;
/* Tailwind (arbitrary) */
class="text-[#ab2dda] bg-[#ab2dda]"
/* SCSS */
$brand: #ab2dda;
/* SwiftUI */
Color(red: 0.671, green: 0.176, blue: 0.855)
/* Android */
Color.parseColor("#ab2dda")Accessibility — WCAG contrast
Aa
#ab2dda on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2dda on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green17.6%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta79.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ab2dda text on a black background
contrast 4.12:1
Card sample
#ab2dda text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2dda;
Background color
Panel with #ab2dda background
background-color: #ab2dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 45, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 45, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2dda; background: linear-gradient(135deg, #ab2dda, #DA2D96);