#ab7af5
a light, electric violet · warm · closest name: slateblue
RGB
171, 122, 245
HSL
264°, 86%, 72%
CMYK
30, 50, 0, 4
Luminance
0.2917
Every format
| HEX | #ab7af5 |
| RGB | rgb(171, 122, 245) |
| HSL | hsl(264, 86%, 72%) |
| CMYK | cmyk(30%, 50%, 0%, 4%) |
| LAB | lab(60.9 43.8 -55.0) |
| LCH | lch(60.9 70.3 308.6) |
| OKLCH | oklch(0.681 0.179 300.1) |
Copy-ready code
/* CSS */
color: #ab7af5;
background-color: #ab7af5;
/* Tailwind (arbitrary) */
class="text-[#ab7af5] bg-[#ab7af5]"
/* SCSS */
$brand: #ab7af5;
/* SwiftUI */
Color(red: 0.671, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#ab7af5")Accessibility — WCAG contrast
Aa
#ab7af5 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7af5 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green47.8%
Blue96.1%
CMYK percentages
Cyan30.2%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#ab7af5 text on a black background
contrast 6.83:1
Card sample
#ab7af5 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7af5;
Background color
Panel with #ab7af5 background
background-color: #ab7af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7af5; background: linear-gradient(135deg, #ab7af5, #F57AED);