#ac40c6
a balanced, vivid violet · warm · closest name: purple
RGB
172, 64, 198
HSL
288°, 54%, 51%
CMYK
13, 68, 0, 22
Luminance
0.1651
Every format
| HEX | #ac40c6 |
| RGB | rgb(172, 64, 198) |
| HSL | hsl(288, 54%, 51%) |
| CMYK | cmyk(13%, 68%, 0%, 22%) |
| LAB | lab(47.6 62.4 -49.6) |
| LCH | lch(47.6 79.8 321.5) |
| OKLCH | oklch(0.576 0.213 319.2) |
Copy-ready code
/* CSS */
color: #ac40c6;
background-color: #ac40c6;
/* Tailwind (arbitrary) */
class="text-[#ac40c6] bg-[#ac40c6]"
/* SCSS */
$brand: #ac40c6;
/* SwiftUI */
Color(red: 0.675, green: 0.251, blue: 0.776)
/* Android */
Color.parseColor("#ac40c6")Accessibility — WCAG contrast
Aa
#ac40c6 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac40c6 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.1%
Blue77.6%
CMYK percentages
Cyan13.1%
Magenta67.7%
Yellow0.0%
Key (black)22.4%
Color previews
#ac40c6 text on a black background
contrast 4.30:1
Card sample
#ac40c6 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac40c6;
Background color
Panel with #ac40c6 background
background-color: #ac40c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac40c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 64, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 64, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac40c6; background: linear-gradient(135deg, #ac40c6, #C64087);