#ab0ace
a dark, electric violet · warm · closest name: magenta
RGB
171, 10, 206
HSL
289°, 91%, 42%
CMYK
17, 95, 0, 19
Luminance
0.1333
Every format
| HEX | #ab0ace |
| RGB | rgb(171, 10, 206) |
| HSL | hsl(289, 91%, 42%) |
| CMYK | cmyk(17%, 95%, 0%, 19%) |
| LAB | lab(43.3 77.4 -61.3) |
| LCH | lch(43.3 98.8 321.6) |
| OKLCH | oklch(0.546 0.260 318.4) |
Copy-ready code
/* CSS */
color: #ab0ace;
background-color: #ab0ace;
/* Tailwind (arbitrary) */
class="text-[#ab0ace] bg-[#ab0ace]"
/* SCSS */
$brand: #ab0ace;
/* SwiftUI */
Color(red: 0.671, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#ab0ace")Accessibility — WCAG contrast
Aa
#ab0ace on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0ace on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green3.9%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#ab0ace text on a black background
contrast 3.67:1
Card sample
#ab0ace text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0ace;
Background color
Panel with #ab0ace background
background-color: #ab0ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0ace; background: linear-gradient(135deg, #ab0ace, #CE0A6E);