#ab07da
a dark, electric violet · warm · closest name: magenta
RGB
171, 7, 218
HSL
287°, 94%, 44%
CMYK
22, 97, 0, 15
Luminance
0.1387
Every format
| HEX | #ab07da |
| RGB | rgb(171, 7, 218) |
| HSL | hsl(287, 94%, 44%) |
| CMYK | cmyk(22%, 97%, 0%, 15%) |
| LAB | lab(44.0 79.8 -67.0) |
| LCH | lch(44.0 104.2 320.0) |
| OKLCH | oklch(0.554 0.270 315.4) |
Copy-ready code
/* CSS */
color: #ab07da;
background-color: #ab07da;
/* Tailwind (arbitrary) */
class="text-[#ab07da] bg-[#ab07da]"
/* SCSS */
$brand: #ab07da;
/* SwiftUI */
Color(red: 0.671, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#ab07da")Accessibility — WCAG contrast
Aa
#ab07da on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab07da on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green2.7%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta96.8%
Yellow0.0%
Key (black)14.5%
Color previews
#ab07da text on a black background
contrast 3.77:1
Card sample
#ab07da text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab07da;
Background color
Panel with #ab07da background
background-color: #ab07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab07da; background: linear-gradient(135deg, #ab07da, #DA077C);