#ac6dfb
a light, electric violet · warm · closest name: slateblue
RGB
172, 109, 251
HSL
267°, 95%, 71%
CMYK
32, 57, 0, 2
Luminance
0.2667
Every format
| HEX | #ac6dfb |
| RGB | rgb(172, 109, 251) |
| HSL | hsl(267, 95%, 71%) |
| CMYK | cmyk(32%, 57%, 0%, 2%) |
| LAB | lab(58.7 52.5 -61.9) |
| LCH | lch(58.7 81.2 310.3) |
| OKLCH | oklch(0.666 0.205 301.5) |
Copy-ready code
/* CSS */
color: #ac6dfb;
background-color: #ac6dfb;
/* Tailwind (arbitrary) */
class="text-[#ac6dfb] bg-[#ac6dfb]"
/* SCSS */
$brand: #ac6dfb;
/* SwiftUI */
Color(red: 0.675, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#ac6dfb")Accessibility — WCAG contrast
Aa
#ac6dfb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6dfb on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan31.5%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#ac6dfb text on a black background
contrast 6.33:1
Card sample
#ac6dfb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6dfb;
Background color
Panel with #ac6dfb background
background-color: #ac6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6dfb; background: linear-gradient(135deg, #ac6dfb, #FB6DEB);