#ab58f2
a balanced, electric violet · warm · closest name: slateblue
RGB
171, 88, 242
HSL
272°, 86%, 65%
CMYK
29, 64, 0, 5
Luminance
0.2205
Every format
| HEX | #ab58f2 |
| RGB | rgb(171, 88, 242) |
| HSL | hsl(272, 86%, 65%) |
| CMYK | cmyk(29%, 64%, 0%, 5%) |
| LAB | lab(54.1 60.7 -64.3) |
| LCH | lch(54.1 88.4 313.4) |
| OKLCH | oklch(0.630 0.224 305.7) |
Copy-ready code
/* CSS */
color: #ab58f2;
background-color: #ab58f2;
/* Tailwind (arbitrary) */
class="text-[#ab58f2] bg-[#ab58f2]"
/* SCSS */
$brand: #ab58f2;
/* SwiftUI */
Color(red: 0.671, green: 0.345, blue: 0.949)
/* Android */
Color.parseColor("#ab58f2")Accessibility — WCAG contrast
Aa
#ab58f2 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab58f2 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.5%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta63.6%
Yellow0.0%
Key (black)5.1%
Color previews
#ab58f2 text on a black background
contrast 5.41:1
Card sample
#ab58f2 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab58f2;
Background color
Panel with #ab58f2 background
background-color: #ab58f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab58f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 88, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 88, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab58f2; background: linear-gradient(135deg, #ab58f2, #F258D2);