#ab00d9
a dark, electric violet · warm · closest name: magenta
RGB
171, 0, 217
HSL
287°, 100%, 43%
CMYK
21, 100, 0, 15
Luminance
0.1367
Every format
| HEX | #ab00d9 |
| RGB | rgb(171, 0, 217) |
| HSL | hsl(287, 100%, 43%) |
| CMYK | cmyk(21%, 100%, 0%, 15%) |
| LAB | lab(43.8 80.3 -66.9) |
| LCH | lch(43.8 104.5 320.2) |
| OKLCH | oklch(0.552 0.271 315.7) |
Copy-ready code
/* CSS */
color: #ab00d9;
background-color: #ab00d9;
/* Tailwind (arbitrary) */
class="text-[#ab00d9] bg-[#ab00d9]"
/* SCSS */
$brand: #ab00d9;
/* SwiftUI */
Color(red: 0.671, green: 0.000, blue: 0.851)
/* Android */
Color.parseColor("#ab00d9")Accessibility — WCAG contrast
Aa
#ab00d9 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab00d9 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green0.0%
Blue85.1%
CMYK percentages
Cyan21.2%
Magenta100.0%
Yellow0.0%
Key (black)14.9%
Color previews
#ab00d9 text on a black background
contrast 3.73:1
Card sample
#ab00d9 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab00d9;
Background color
Panel with #ab00d9 background
background-color: #ab00d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab00d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 0, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 0, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab00d9; background: linear-gradient(135deg, #ab00d9, #D90076);