#ab46fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 70, 253
HSL
273°, 98%, 63%
CMYK
32, 72, 0, 1
Luminance
0.2013
Every format
| HEX | #ab46fd |
| RGB | rgb(171, 70, 253) |
| HSL | hsl(273, 98%, 63%) |
| CMYK | cmyk(32%, 72%, 0%, 1%) |
| LAB | lab(52.0 71.1 -73.8) |
| LCH | lch(52.0 102.5 313.9) |
| OKLCH | oklch(0.618 0.257 305.1) |
Copy-ready code
/* CSS */
color: #ab46fd;
background-color: #ab46fd;
/* Tailwind (arbitrary) */
class="text-[#ab46fd] bg-[#ab46fd]"
/* SCSS */
$brand: #ab46fd;
/* SwiftUI */
Color(red: 0.671, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#ab46fd")Accessibility — WCAG contrast
Aa
#ab46fd on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab46fd on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green27.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ab46fd text on a black background
contrast 5.03:1
Card sample
#ab46fd text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab46fd;
Background color
Panel with #ab46fd background
background-color: #ab46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab46fd; background: linear-gradient(135deg, #ab46fd, #FD46D5);