#ab58fd
a light, electric violet · warm · closest name: slateblue
RGB
171, 88, 253
HSL
270°, 98%, 67%
CMYK
32, 65, 0, 1
Luminance
0.2273
Every format
| HEX | #ab58fd |
| RGB | rgb(171, 88, 253) |
| HSL | hsl(270, 98%, 67%) |
| CMYK | cmyk(32%, 65%, 0%, 1%) |
| LAB | lab(54.8 63.2 -69.3) |
| LCH | lch(54.8 93.8 312.4) |
| OKLCH | oklch(0.638 0.236 303.4) |
Copy-ready code
/* CSS */
color: #ab58fd;
background-color: #ab58fd;
/* Tailwind (arbitrary) */
class="text-[#ab58fd] bg-[#ab58fd]"
/* SCSS */
$brand: #ab58fd;
/* SwiftUI */
Color(red: 0.671, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#ab58fd")Accessibility — WCAG contrast
Aa
#ab58fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab58fd on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta65.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ab58fd text on a black background
contrast 5.55:1
Card sample
#ab58fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab58fd;
Background color
Panel with #ab58fd background
background-color: #ab58fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab58fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab58fd; background: linear-gradient(135deg, #ab58fd, #FD58E1);