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