#ab4afd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 74, 253
HSL
273°, 98%, 64%
CMYK
32, 71, 0, 1
Luminance
0.2065
Every format
| HEX | #ab4afd |
| RGB | rgb(171, 74, 253) |
| HSL | hsl(273, 98%, 64%) |
| CMYK | cmyk(32%, 71%, 0%, 1%) |
| LAB | lab(52.6 69.5 -72.9) |
| LCH | lch(52.6 100.7 313.6) |
| OKLCH | oklch(0.622 0.252 304.7) |
Copy-ready code
/* CSS */
color: #ab4afd;
background-color: #ab4afd;
/* Tailwind (arbitrary) */
class="text-[#ab4afd] bg-[#ab4afd]"
/* SCSS */
$brand: #ab4afd;
/* SwiftUI */
Color(red: 0.671, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#ab4afd")Accessibility — WCAG contrast
Aa
#ab4afd on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4afd on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green29.0%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ab4afd text on a black background
contrast 5.13:1
Card sample
#ab4afd text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4afd;
Background color
Panel with #ab4afd background
background-color: #ab4afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4afd; background: linear-gradient(135deg, #ab4afd, #FD4AD8);