#ab0ef1
a balanced, electric violet · warm · closest name: magenta
RGB
171, 14, 241
HSL
282°, 89%, 50%
CMYK
29, 94, 0, 6
Luminance
0.1532
Every format
| HEX | #ab0ef1 |
| RGB | rgb(171, 14, 241) |
| HSL | hsl(282, 89%, 50%) |
| CMYK | cmyk(29%, 94%, 0%, 6%) |
| LAB | lab(46.1 83.2 -76.7) |
| LCH | lch(46.1 113.2 317.3) |
| OKLCH | oklch(0.574 0.285 310.0) |
Copy-ready code
/* CSS */
color: #ab0ef1;
background-color: #ab0ef1;
/* Tailwind (arbitrary) */
class="text-[#ab0ef1] bg-[#ab0ef1]"
/* SCSS */
$brand: #ab0ef1;
/* SwiftUI */
Color(red: 0.671, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#ab0ef1")Accessibility — WCAG contrast
Aa
#ab0ef1 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0ef1 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.5%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#ab0ef1 text on a black background
contrast 4.06:1
Card sample
#ab0ef1 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0ef1;
Background color
Panel with #ab0ef1 background
background-color: #ab0ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0ef1; background: linear-gradient(135deg, #ab0ef1, #F10EA0);