#ac2cc6
a balanced, vivid violet · warm · closest name: purple
RGB
172, 44, 198
HSL
290°, 64%, 48%
CMYK
13, 78, 0, 22
Luminance
0.1465
Every format
| HEX | #ac2cc6 |
| RGB | rgb(172, 44, 198) |
| HSL | hsl(290, 64%, 48%) |
| CMYK | cmyk(13%, 78%, 0%, 22%) |
| LAB | lab(45.1 69.5 -53.6) |
| LCH | lch(45.1 87.8 322.4) |
| OKLCH | oklch(0.558 0.234 320.1) |
Copy-ready code
/* CSS */
color: #ac2cc6;
background-color: #ac2cc6;
/* Tailwind (arbitrary) */
class="text-[#ac2cc6] bg-[#ac2cc6]"
/* SCSS */
$brand: #ac2cc6;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.776)
/* Android */
Color.parseColor("#ac2cc6")Accessibility — WCAG contrast
Aa
#ac2cc6 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2cc6 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue77.6%
CMYK percentages
Cyan13.1%
Magenta77.8%
Yellow0.0%
Key (black)22.4%
Color previews
#ac2cc6 text on a black background
contrast 3.93:1
Card sample
#ac2cc6 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2cc6;
Background color
Panel with #ac2cc6 background
background-color: #ac2cc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2cc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2cc6; background: linear-gradient(135deg, #ac2cc6, #C62C79);