#ab4dfd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 77, 253
HSL
272°, 98%, 65%
CMYK
32, 70, 0, 1
Luminance
0.2106
Every format
| HEX | #ab4dfd |
| RGB | rgb(171, 77, 253) |
| HSL | hsl(272, 98%, 65%) |
| CMYK | cmyk(32%, 70%, 0%, 1%) |
| LAB | lab(53.0 68.2 -72.1) |
| LCH | lch(53.0 99.3 313.4) |
| OKLCH | oklch(0.625 0.249 304.5) |
Copy-ready code
/* CSS */
color: #ab4dfd;
background-color: #ab4dfd;
/* Tailwind (arbitrary) */
class="text-[#ab4dfd] bg-[#ab4dfd]"
/* SCSS */
$brand: #ab4dfd;
/* SwiftUI */
Color(red: 0.671, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#ab4dfd")Accessibility — WCAG contrast
Aa
#ab4dfd on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4dfd on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green30.2%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ab4dfd text on a black background
contrast 5.21:1
Card sample
#ab4dfd text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4dfd;
Background color
Panel with #ab4dfd background
background-color: #ab4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4dfd; background: linear-gradient(135deg, #ab4dfd, #FD4DDA);