#ac6ddf
a light, vivid violet · warm · closest name: slateblue
RGB
172, 109, 223
HSL
273°, 64%, 65%
CMYK
23, 51, 0, 13
Luminance
0.2504
Every format
| HEX | #ac6ddf |
| RGB | rgb(172, 109, 223) |
| HSL | hsl(273, 64%, 65%) |
| CMYK | cmyk(23%, 51%, 0%, 13%) |
| LAB | lab(57.1 46.0 -48.8) |
| LCH | lch(57.1 67.0 313.3) |
| OKLCH | oklch(0.649 0.173 307.8) |
Copy-ready code
/* CSS */
color: #ac6ddf;
background-color: #ac6ddf;
/* Tailwind (arbitrary) */
class="text-[#ac6ddf] bg-[#ac6ddf]"
/* SCSS */
$brand: #ac6ddf;
/* SwiftUI */
Color(red: 0.675, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#ac6ddf")Accessibility — WCAG contrast
Aa
#ac6ddf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6ddf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.7%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ac6ddf text on a black background
contrast 6.01:1
Card sample
#ac6ddf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6ddf;
Background color
Panel with #ac6ddf background
background-color: #ac6ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6ddf; background: linear-gradient(135deg, #ac6ddf, #DF6DC6);