#ac16cf
a dark, electric violet · warm · closest name: magenta
RGB
172, 22, 207
HSL
289°, 81%, 45%
CMYK
17, 89, 0, 19
Luminance
0.1385
Every format
| HEX | #ac16cf |
| RGB | rgb(172, 22, 207) |
| HSL | hsl(289, 81%, 45%) |
| CMYK | cmyk(17%, 89%, 0%, 19%) |
| LAB | lab(44.0 76.2 -60.7) |
| LCH | lch(44.0 97.4 321.5) |
| OKLCH | oklch(0.552 0.257 318.2) |
Copy-ready code
/* CSS */
color: #ac16cf;
background-color: #ac16cf;
/* Tailwind (arbitrary) */
class="text-[#ac16cf] bg-[#ac16cf]"
/* SCSS */
$brand: #ac16cf;
/* SwiftUI */
Color(red: 0.675, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#ac16cf")Accessibility — WCAG contrast
Aa
#ac16cf on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac16cf on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.6%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ac16cf text on a black background
contrast 3.77:1
Card sample
#ac16cf text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac16cf;
Background color
Panel with #ac16cf background
background-color: #ac16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac16cf; background: linear-gradient(135deg, #ac16cf, #CF1677);