#ac91fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 145, 253
HSL
255°, 96%, 78%
CMYK
32, 43, 0, 1
Luminance
0.3611
Every format
| HEX | #ac91fd |
| RGB | rgb(172, 145, 253) |
| HSL | hsl(255, 96%, 78%) |
| CMYK | cmyk(32%, 43%, 0%, 1%) |
| LAB | lab(66.6 33.2 -50.4) |
| LCH | lch(66.6 60.3 303.4) |
| OKLCH | oklch(0.725 0.154 293.7) |
Copy-ready code
/* CSS */
color: #ac91fd;
background-color: #ac91fd;
/* Tailwind (arbitrary) */
class="text-[#ac91fd] bg-[#ac91fd]"
/* SCSS */
$brand: #ac91fd;
/* SwiftUI */
Color(red: 0.675, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#ac91fd")Accessibility — WCAG contrast
Aa
#ac91fd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac91fd on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.9%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ac91fd text on a black background
contrast 8.22:1
Card sample
#ac91fd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac91fd;
Background color
Panel with #ac91fd background
background-color: #ac91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac91fd; background: linear-gradient(135deg, #ac91fd, #F491FD);