#ac31fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 49, 253
HSL
276°, 98%, 59%
CMYK
32, 81, 0, 1
Luminance
0.1806
Every format
| HEX | #ac31fd |
| RGB | rgb(172, 49, 253) |
| HSL | hsl(276, 98%, 59%) |
| CMYK | cmyk(32%, 81%, 0%, 1%) |
| LAB | lab(49.6 78.6 -77.7) |
| LCH | lch(49.6 110.5 315.3) |
| OKLCH | oklch(0.601 0.276 306.7) |
Copy-ready code
/* CSS */
color: #ac31fd;
background-color: #ac31fd;
/* Tailwind (arbitrary) */
class="text-[#ac31fd] bg-[#ac31fd]"
/* SCSS */
$brand: #ac31fd;
/* SwiftUI */
Color(red: 0.675, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#ac31fd")Accessibility — WCAG contrast
Aa
#ac31fd on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac31fd on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green19.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ac31fd text on a black background
contrast 4.61:1
Card sample
#ac31fd text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac31fd;
Background color
Panel with #ac31fd background
background-color: #ac31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac31fd; background: linear-gradient(135deg, #ac31fd, #FD31C6);