#ac52df
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 82, 223
HSL
278°, 69%, 60%
CMYK
23, 63, 0, 13
Luminance
0.2013
Every format
| HEX | #ac52df |
| RGB | rgb(172, 82, 223) |
| HSL | hsl(278, 69%, 60%) |
| CMYK | cmyk(23%, 63%, 0%, 13%) |
| LAB | lab(52.0 59.6 -57.0) |
| LCH | lch(52.0 82.4 316.3) |
| OKLCH | oklch(0.612 0.213 311.1) |
Copy-ready code
/* CSS */
color: #ac52df;
background-color: #ac52df;
/* Tailwind (arbitrary) */
class="text-[#ac52df] bg-[#ac52df]"
/* SCSS */
$brand: #ac52df;
/* SwiftUI */
Color(red: 0.675, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#ac52df")Accessibility — WCAG contrast
Aa
#ac52df on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac52df on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green32.2%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ac52df text on a black background
contrast 5.03:1
Card sample
#ac52df text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac52df;
Background color
Panel with #ac52df background
background-color: #ac52df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac52df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac52df; background: linear-gradient(135deg, #ac52df, #DF52B4);