#ab73fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 115, 253
HSL
264°, 97%, 72%
CMYK
32, 55, 0, 1
Luminance
0.2801
Every format
| HEX | #ab73fd |
| RGB | rgb(171, 115, 253) |
| HSL | hsl(264, 97%, 72%) |
| CMYK | cmyk(32%, 55%, 0%, 1%) |
| LAB | lab(59.9 49.6 -61.0) |
| LCH | lch(59.9 78.6 309.1) |
| OKLCH | oklch(0.675 0.199 299.8) |
Copy-ready code
/* CSS */
color: #ab73fd;
background-color: #ab73fd;
/* Tailwind (arbitrary) */
class="text-[#ab73fd] bg-[#ab73fd]"
/* SCSS */
$brand: #ab73fd;
/* SwiftUI */
Color(red: 0.671, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#ab73fd")Accessibility — WCAG contrast
Aa
#ab73fd on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab73fd on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green45.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ab73fd text on a black background
contrast 6.60:1
Card sample
#ab73fd text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab73fd;
Background color
Panel with #ab73fd background
background-color: #ab73fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab73fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab73fd; background: linear-gradient(135deg, #ab73fd, #FD73F3);