#ac71fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 113, 253
HSL
265°, 97%, 72%
CMYK
32, 55, 0, 1
Luminance
0.2767
Every format
| HEX | #ac71fd |
| RGB | rgb(172, 113, 253) |
| HSL | hsl(265, 97%, 72%) |
| CMYK | cmyk(32%, 55%, 0%, 1%) |
| LAB | lab(59.6 50.9 -61.5) |
| LCH | lch(59.6 79.8 309.6) |
| OKLCH | oklch(0.673 0.202 300.5) |
Copy-ready code
/* CSS */
color: #ac71fd;
background-color: #ac71fd;
/* Tailwind (arbitrary) */
class="text-[#ac71fd] bg-[#ac71fd]"
/* SCSS */
$brand: #ac71fd;
/* SwiftUI */
Color(red: 0.675, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#ac71fd")Accessibility — WCAG contrast
Aa
#ac71fd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac71fd on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green44.3%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ac71fd text on a black background
contrast 6.53:1
Card sample
#ac71fd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac71fd;
Background color
Panel with #ac71fd background
background-color: #ac71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac71fd; background: linear-gradient(135deg, #ac71fd, #FD71F1);