#ab0fcf
a dark, electric violet · warm · closest name: magenta
RGB
171, 15, 207
HSL
289°, 87%, 44%
CMYK
17, 93, 0, 19
Luminance
0.1350
Every format
| HEX | #ab0fcf |
| RGB | rgb(171, 15, 207) |
| HSL | hsl(289, 87%, 44%) |
| CMYK | cmyk(17%, 93%, 0%, 19%) |
| LAB | lab(43.5 77.0 -61.5) |
| LCH | lch(43.5 98.6 321.4) |
| OKLCH | oklch(0.548 0.259 318.0) |
Copy-ready code
/* CSS */
color: #ab0fcf;
background-color: #ab0fcf;
/* Tailwind (arbitrary) */
class="text-[#ab0fcf] bg-[#ab0fcf]"
/* SCSS */
$brand: #ab0fcf;
/* SwiftUI */
Color(red: 0.671, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#ab0fcf")Accessibility — WCAG contrast
Aa
#ab0fcf on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0fcf on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.9%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ab0fcf text on a black background
contrast 3.70:1
Card sample
#ab0fcf text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0fcf;
Background color
Panel with #ab0fcf background
background-color: #ab0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0fcf; background: linear-gradient(135deg, #ab0fcf, #CF0F73);