#ac22cf
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 34, 207
HSL
288°, 72%, 47%
CMYK
17, 84, 0, 19
Luminance
0.1442
Every format
| HEX | #ac22cf |
| RGB | rgb(172, 34, 207) |
| HSL | hsl(288, 72%, 47%) |
| CMYK | cmyk(17%, 84%, 0%, 19%) |
| LAB | lab(44.8 73.8 -59.4) |
| LCH | lch(44.8 94.7 321.2) |
| OKLCH | oklch(0.558 0.250 317.9) |
Copy-ready code
/* CSS */
color: #ac22cf;
background-color: #ac22cf;
/* Tailwind (arbitrary) */
class="text-[#ac22cf] bg-[#ac22cf]"
/* SCSS */
$brand: #ac22cf;
/* SwiftUI */
Color(red: 0.675, green: 0.133, blue: 0.812)
/* Android */
Color.parseColor("#ac22cf")Accessibility — WCAG contrast
Aa
#ac22cf on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac22cf on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green13.3%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta83.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ac22cf text on a black background
contrast 3.88:1
Card sample
#ac22cf text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac22cf;
Background color
Panel with #ac22cf background
background-color: #ac22cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac22cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 34, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 34, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac22cf; background: linear-gradient(135deg, #ac22cf, #CF227F);