#ab1dfd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 29, 253
HSL
278°, 98%, 55%
CMYK
32, 89, 0, 1
Luminance
0.1663
Every format
| HEX | #ab1dfd |
| RGB | rgb(171, 29, 253) |
| HSL | hsl(278, 98%, 55%) |
| CMYK | cmyk(32%, 89%, 0%, 1%) |
| LAB | lab(47.8 83.3 -80.6) |
| LCH | lch(47.8 115.9 315.9) |
| OKLCH | oklch(0.589 0.288 307.2) |
Copy-ready code
/* CSS */
color: #ab1dfd;
background-color: #ab1dfd;
/* Tailwind (arbitrary) */
class="text-[#ab1dfd] bg-[#ab1dfd]"
/* SCSS */
$brand: #ab1dfd;
/* SwiftUI */
Color(red: 0.671, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#ab1dfd")Accessibility — WCAG contrast
Aa
#ab1dfd on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1dfd on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green11.4%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ab1dfd text on a black background
contrast 4.33:1
Card sample
#ab1dfd text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1dfd;
Background color
Panel with #ab1dfd background
background-color: #ab1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1dfd; background: linear-gradient(135deg, #ab1dfd, #FD1DBA);