#ab13fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 19, 253
HSL
279°, 98%, 53%
CMYK
32, 93, 0, 1
Luminance
0.1622
Every format
| HEX | #ab13fd |
| RGB | rgb(171, 19, 253) |
| HSL | hsl(279, 98%, 53%) |
| CMYK | cmyk(32%, 93%, 0%, 1%) |
| LAB | lab(47.3 84.9 -81.5) |
| LCH | lch(47.3 117.7 316.2) |
| OKLCH | oklch(0.585 0.293 307.4) |
Copy-ready code
/* CSS */
color: #ab13fd;
background-color: #ab13fd;
/* Tailwind (arbitrary) */
class="text-[#ab13fd] bg-[#ab13fd]"
/* SCSS */
$brand: #ab13fd;
/* SwiftUI */
Color(red: 0.671, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#ab13fd")Accessibility — WCAG contrast
Aa
#ab13fd on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab13fd on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green7.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ab13fd text on a black background
contrast 4.24:1
Card sample
#ab13fd text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab13fd;
Background color
Panel with #ab13fd background
background-color: #ab13fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab13fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab13fd; background: linear-gradient(135deg, #ab13fd, #FD13B3);