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