#ac3cc7
a balanced, vivid violet · warm · closest name: purple
RGB
172, 60, 199
HSL
288°, 55%, 51%
CMYK
14, 70, 0, 22
Luminance
0.1613
Every format
| HEX | #ac3cc7 |
| RGB | rgb(172, 60, 199) |
| HSL | hsl(288, 55%, 51%) |
| CMYK | cmyk(14%, 70%, 0%, 22%) |
| LAB | lab(47.1 64.2 -51.0) |
| LCH | lch(47.1 82.0 321.5) |
| OKLCH | oklch(0.572 0.218 319.1) |
Copy-ready code
/* CSS */
color: #ac3cc7;
background-color: #ac3cc7;
/* Tailwind (arbitrary) */
class="text-[#ac3cc7] bg-[#ac3cc7]"
/* SCSS */
$brand: #ac3cc7;
/* SwiftUI */
Color(red: 0.675, green: 0.235, blue: 0.780)
/* Android */
Color.parseColor("#ac3cc7")Accessibility — WCAG contrast
Aa
#ac3cc7 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3cc7 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green23.5%
Blue78.0%
CMYK percentages
Cyan13.6%
Magenta69.8%
Yellow0.0%
Key (black)22.0%
Color previews
#ac3cc7 text on a black background
contrast 4.23:1
Card sample
#ac3cc7 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3cc7;
Background color
Panel with #ac3cc7 background
background-color: #ac3cc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3cc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 60, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 60, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3cc7; background: linear-gradient(135deg, #ac3cc7, #C73C85);