#ab29fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 41, 253
HSL
277°, 98%, 58%
CMYK
32, 84, 0, 1
Luminance
0.1734
Every format
| HEX | #ab29fd |
| RGB | rgb(171, 41, 253) |
| HSL | hsl(277, 98%, 58%) |
| CMYK | cmyk(32%, 84%, 0%, 1%) |
| LAB | lab(48.7 80.7 -79.2) |
| LCH | lch(48.7 113.0 315.5) |
| OKLCH | oklch(0.595 0.282 306.8) |
Copy-ready code
/* CSS */
color: #ab29fd;
background-color: #ab29fd;
/* Tailwind (arbitrary) */
class="text-[#ab29fd] bg-[#ab29fd]"
/* SCSS */
$brand: #ab29fd;
/* SwiftUI */
Color(red: 0.671, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#ab29fd")Accessibility — WCAG contrast
Aa
#ab29fd on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab29fd on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green16.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ab29fd text on a black background
contrast 4.47:1
Card sample
#ab29fd text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab29fd;
Background color
Panel with #ab29fd background
background-color: #ab29fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab29fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab29fd; background: linear-gradient(135deg, #ab29fd, #FD29C2);