#ac6afb
a light, electric violet · warm · closest name: slateblue
RGB
172, 106, 251
HSL
267°, 95%, 70%
CMYK
32, 58, 0, 2
Luminance
0.2604
Every format
| HEX | #ac6afb |
| RGB | rgb(172, 106, 251) |
| HSL | hsl(267, 95%, 70%) |
| CMYK | cmyk(32%, 58%, 0%, 2%) |
| LAB | lab(58.1 54.1 -62.8) |
| LCH | lch(58.1 82.9 310.7) |
| OKLCH | oklch(0.662 0.210 302.0) |
Copy-ready code
/* CSS */
color: #ac6afb;
background-color: #ac6afb;
/* Tailwind (arbitrary) */
class="text-[#ac6afb] bg-[#ac6afb]"
/* SCSS */
$brand: #ac6afb;
/* SwiftUI */
Color(red: 0.675, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#ac6afb")Accessibility — WCAG contrast
Aa
#ac6afb on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6afb on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green41.6%
Blue98.4%
CMYK percentages
Cyan31.5%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ac6afb text on a black background
contrast 6.21:1
Card sample
#ac6afb text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6afb;
Background color
Panel with #ac6afb background
background-color: #ac6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6afb; background: linear-gradient(135deg, #ac6afb, #FB6AE9);