#ac54fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 84, 253
HSL
271°, 98%, 66%
CMYK
32, 67, 0, 1
Luminance
0.2220
Every format
| HEX | #ac54fd |
| RGB | rgb(172, 84, 253) |
| HSL | hsl(271, 98%, 66%) |
| CMYK | cmyk(32%, 67%, 0%, 1%) |
| LAB | lab(54.2 65.3 -70.1) |
| LCH | lch(54.2 95.8 312.9) |
| OKLCH | oklch(0.634 0.241 304.2) |
Copy-ready code
/* CSS */
color: #ac54fd;
background-color: #ac54fd;
/* Tailwind (arbitrary) */
class="text-[#ac54fd] bg-[#ac54fd]"
/* SCSS */
$brand: #ac54fd;
/* SwiftUI */
Color(red: 0.675, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#ac54fd")Accessibility — WCAG contrast
Aa
#ac54fd on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac54fd on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.9%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac54fd text on a black background
contrast 5.44:1
Card sample
#ac54fd text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac54fd;
Background color
Panel with #ac54fd background
background-color: #ac54fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac54fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac54fd; background: linear-gradient(135deg, #ac54fd, #FD54DD);