#ab5bfd
a light, electric violet · warm · closest name: slateblue
RGB
171, 91, 253
HSL
270°, 98%, 68%
CMYK
32, 64, 0, 1
Luminance
0.2323
Every format
| HEX | #ab5bfd |
| RGB | rgb(171, 91, 253) |
| HSL | hsl(270, 98%, 68%) |
| CMYK | cmyk(32%, 64%, 0%, 1%) |
| LAB | lab(55.3 61.8 -68.4) |
| LCH | lch(55.3 92.2 312.1) |
| OKLCH | oklch(0.642 0.232 303.1) |
Copy-ready code
/* CSS */
color: #ab5bfd;
background-color: #ab5bfd;
/* Tailwind (arbitrary) */
class="text-[#ab5bfd] bg-[#ab5bfd]"
/* SCSS */
$brand: #ab5bfd;
/* SwiftUI */
Color(red: 0.671, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#ab5bfd")Accessibility — WCAG contrast
Aa
#ab5bfd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5bfd on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green35.7%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ab5bfd text on a black background
contrast 5.65:1
Card sample
#ab5bfd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5bfd;
Background color
Panel with #ab5bfd background
background-color: #ab5bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5bfd; background: linear-gradient(135deg, #ab5bfd, #FD5BE3);