#ab5afb
a light, electric violet · warm · closest name: slateblue
RGB
171, 90, 251
HSL
270°, 95%, 67%
CMYK
32, 64, 0, 2
Luminance
0.2294
Every format
| HEX | #ab5afb |
| RGB | rgb(171, 90, 251) |
| HSL | hsl(270, 95%, 67%) |
| CMYK | cmyk(32%, 64%, 0%, 2%) |
| LAB | lab(55.0 61.8 -67.8) |
| LCH | lch(55.0 91.8 312.4) |
| OKLCH | oklch(0.639 0.231 303.6) |
Copy-ready code
/* CSS */
color: #ab5afb;
background-color: #ab5afb;
/* Tailwind (arbitrary) */
class="text-[#ab5afb] bg-[#ab5afb]"
/* SCSS */
$brand: #ab5afb;
/* SwiftUI */
Color(red: 0.671, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#ab5afb")Accessibility — WCAG contrast
Aa
#ab5afb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5afb on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green35.3%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta64.1%
Yellow0.0%
Key (black)1.6%
Color previews
#ab5afb text on a black background
contrast 5.59:1
Card sample
#ab5afb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5afb;
Background color
Panel with #ab5afb background
background-color: #ab5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5afb; background: linear-gradient(135deg, #ab5afb, #FB5AE0);