#ac6ce2
a light, vivid violet · warm · closest name: slateblue
RGB
172, 108, 226
HSL
273°, 67%, 66%
CMYK
24, 52, 0, 11
Luminance
0.2499
Every format
| HEX | #ac6ce2 |
| RGB | rgb(172, 108, 226) |
| HSL | hsl(273, 67%, 66%) |
| CMYK | cmyk(24%, 52%, 0%, 11%) |
| LAB | lab(57.1 47.2 -50.5) |
| LCH | lch(57.1 69.1 313.0) |
| OKLCH | oklch(0.650 0.178 307.2) |
Copy-ready code
/* CSS */
color: #ac6ce2;
background-color: #ac6ce2;
/* Tailwind (arbitrary) */
class="text-[#ac6ce2] bg-[#ac6ce2]"
/* SCSS */
$brand: #ac6ce2;
/* SwiftUI */
Color(red: 0.675, green: 0.424, blue: 0.886)
/* Android */
Color.parseColor("#ac6ce2")Accessibility — WCAG contrast
Aa
#ac6ce2 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6ce2 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.4%
Blue88.6%
CMYK percentages
Cyan23.9%
Magenta52.2%
Yellow0.0%
Key (black)11.4%
Color previews
#ac6ce2 text on a black background
contrast 6.00:1
Card sample
#ac6ce2 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6ce2;
Background color
Panel with #ac6ce2 background
background-color: #ac6ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 108, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 108, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6ce2; background: linear-gradient(135deg, #ac6ce2, #E26CC9);