#ab58ff
a light, electric violet · warm · closest name: slateblue
RGB
171, 88, 255
HSL
270°, 100%, 67%
CMYK
33, 66, 0, 0
Luminance
0.2286
Every format
| HEX | #ab58ff |
| RGB | rgb(171, 88, 255) |
| HSL | hsl(270, 100%, 67%) |
| CMYK | cmyk(33%, 66%, 0%, 0%) |
| LAB | lab(54.9 63.7 -70.1) |
| LCH | lch(54.9 94.7 312.2) |
| OKLCH | oklch(0.639 0.238 303.0) |
Copy-ready code
/* CSS */
color: #ab58ff;
background-color: #ab58ff;
/* Tailwind (arbitrary) */
class="text-[#ab58ff] bg-[#ab58ff]"
/* SCSS */
$brand: #ab58ff;
/* SwiftUI */
Color(red: 0.671, green: 0.345, blue: 1.000)
/* Android */
Color.parseColor("#ab58ff")Accessibility — WCAG contrast
Aa
#ab58ff on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab58ff on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green34.5%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta65.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ab58ff text on a black background
contrast 5.57:1
Card sample
#ab58ff text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab58ff;
Background color
Panel with #ab58ff background
background-color: #ab58ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab58ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 88, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 88, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab58ff; background: linear-gradient(135deg, #ab58ff, #FF58E4);