#ab32eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 50, 235
HSL
279°, 82%, 56%
CMYK
27, 79, 0, 8
Luminance
0.1694
Every format
| HEX | #ab32eb |
| RGB | rgb(171, 50, 235) |
| HSL | hsl(279, 82%, 56%) |
| CMYK | cmyk(27%, 79%, 0%, 8%) |
| LAB | lab(48.2 74.5 -69.9) |
| LCH | lch(48.2 102.2 316.8) |
| OKLCH | oklch(0.587 0.260 310.2) |
Copy-ready code
/* CSS */
color: #ab32eb;
background-color: #ab32eb;
/* Tailwind (arbitrary) */
class="text-[#ab32eb] bg-[#ab32eb]"
/* SCSS */
$brand: #ab32eb;
/* SwiftUI */
Color(red: 0.671, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#ab32eb")Accessibility — WCAG contrast
Aa
#ab32eb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab32eb on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green19.6%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ab32eb text on a black background
contrast 4.39:1
Card sample
#ab32eb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab32eb;
Background color
Panel with #ab32eb background
background-color: #ab32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab32eb; background: linear-gradient(135deg, #ab32eb, #EB32B0);