#ac1ccc
a balanced, electric violet · warm · closest name: magenta
RGB
172, 28, 204
HSL
289°, 76%, 46%
CMYK
16, 86, 0, 20
Luminance
0.1396
Every format
| HEX | #ac1ccc |
| RGB | rgb(172, 28, 204) |
| HSL | hsl(289, 76%, 46%) |
| CMYK | cmyk(16%, 86%, 0%, 20%) |
| LAB | lab(44.2 74.6 -58.7) |
| LCH | lch(44.2 94.9 321.8) |
| OKLCH | oklch(0.552 0.251 318.9) |
Copy-ready code
/* CSS */
color: #ac1ccc;
background-color: #ac1ccc;
/* Tailwind (arbitrary) */
class="text-[#ac1ccc] bg-[#ac1ccc]"
/* SCSS */
$brand: #ac1ccc;
/* SwiftUI */
Color(red: 0.675, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#ac1ccc")Accessibility — WCAG contrast
Aa
#ac1ccc on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1ccc on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.0%
Blue80.0%
CMYK percentages
Cyan15.7%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#ac1ccc text on a black background
contrast 3.79:1
Card sample
#ac1ccc text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1ccc;
Background color
Panel with #ac1ccc background
background-color: #ac1ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1ccc; background: linear-gradient(135deg, #ac1ccc, #CC1C77);