#ab6ef1
a light, electric violet · warm · closest name: slateblue
RGB
171, 110, 241
HSL
268°, 82%, 69%
CMYK
29, 54, 0, 6
Luminance
0.2616
Every format
| HEX | #ab6ef1 |
| RGB | rgb(171, 110, 241) |
| HSL | hsl(268, 82%, 69%) |
| CMYK | cmyk(29%, 54%, 0%, 6%) |
| LAB | lab(58.2 49.4 -57.1) |
| LCH | lch(58.2 75.5 310.8) |
| OKLCH | oklch(0.660 0.192 303.0) |
Copy-ready code
/* CSS */
color: #ab6ef1;
background-color: #ab6ef1;
/* Tailwind (arbitrary) */
class="text-[#ab6ef1] bg-[#ab6ef1]"
/* SCSS */
$brand: #ab6ef1;
/* SwiftUI */
Color(red: 0.671, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#ab6ef1")Accessibility — WCAG contrast
Aa
#ab6ef1 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6ef1 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green43.1%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#ab6ef1 text on a black background
contrast 6.23:1
Card sample
#ab6ef1 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6ef1;
Background color
Panel with #ab6ef1 background
background-color: #ab6ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6ef1; background: linear-gradient(135deg, #ab6ef1, #F16EE0);