#ab41eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 65, 235
HSL
277°, 81%, 59%
CMYK
27, 72, 0, 8
Luminance
0.1844
Every format
| HEX | #ab41eb |
| RGB | rgb(171, 65, 235) |
| HSL | hsl(277, 81%, 59%) |
| CMYK | cmyk(27%, 72%, 0%, 8%) |
| LAB | lab(50.0 69.2 -66.9) |
| LCH | lch(50.0 96.3 316.0) |
| OKLCH | oklch(0.600 0.245 309.3) |
Copy-ready code
/* CSS */
color: #ab41eb;
background-color: #ab41eb;
/* Tailwind (arbitrary) */
class="text-[#ab41eb] bg-[#ab41eb]"
/* SCSS */
$brand: #ab41eb;
/* SwiftUI */
Color(red: 0.671, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#ab41eb")Accessibility — WCAG contrast
Aa
#ab41eb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab41eb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green25.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ab41eb text on a black background
contrast 4.69:1
Card sample
#ab41eb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab41eb;
Background color
Panel with #ab41eb background
background-color: #ab41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab41eb; background: linear-gradient(135deg, #ab41eb, #EB41BA);