#ac4adf
a balanced, vivid violet · warm · closest name: slateblue
RGB
172, 74, 223
HSL
280°, 70%, 58%
CMYK
23, 67, 0, 13
Luminance
0.1900
Every format
| HEX | #ac4adf |
| RGB | rgb(172, 74, 223) |
| HSL | hsl(280, 70%, 58%) |
| CMYK | cmyk(23%, 67%, 0%, 13%) |
| LAB | lab(50.7 63.2 -59.1) |
| LCH | lch(50.7 86.5 316.9) |
| OKLCH | oklch(0.603 0.223 311.7) |
Copy-ready code
/* CSS */
color: #ac4adf;
background-color: #ac4adf;
/* Tailwind (arbitrary) */
class="text-[#ac4adf] bg-[#ac4adf]"
/* SCSS */
$brand: #ac4adf;
/* SwiftUI */
Color(red: 0.675, green: 0.290, blue: 0.875)
/* Android */
Color.parseColor("#ac4adf")Accessibility — WCAG contrast
Aa
#ac4adf on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac4adf on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green29.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta66.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ac4adf text on a black background
contrast 4.80:1
Card sample
#ac4adf text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4adf;
Background color
Panel with #ac4adf background
background-color: #ac4adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 74, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 74, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4adf; background: linear-gradient(135deg, #ac4adf, #DF4AAF);