#ac22f1
a balanced, electric violet · warm · closest name: magenta
RGB
172, 34, 241
HSL
280°, 88%, 54%
CMYK
29, 86, 0, 6
Luminance
0.1627
Every format
| HEX | #ac22f1 |
| RGB | rgb(172, 34, 241) |
| HSL | hsl(280, 88%, 54%) |
| CMYK | cmyk(29%, 86%, 0%, 6%) |
| LAB | lab(47.3 80.1 -74.7) |
| LCH | lch(47.3 109.5 317.0) |
| OKLCH | oklch(0.583 0.277 309.8) |
Copy-ready code
/* CSS */
color: #ac22f1;
background-color: #ac22f1;
/* Tailwind (arbitrary) */
class="text-[#ac22f1] bg-[#ac22f1]"
/* SCSS */
$brand: #ac22f1;
/* SwiftUI */
Color(red: 0.675, green: 0.133, blue: 0.945)
/* Android */
Color.parseColor("#ac22f1")Accessibility — WCAG contrast
Aa
#ac22f1 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac22f1 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green13.3%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta85.9%
Yellow0.0%
Key (black)5.5%
Color previews
#ac22f1 text on a black background
contrast 4.25:1
Card sample
#ac22f1 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac22f1;
Background color
Panel with #ac22f1 background
background-color: #ac22f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac22f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 34, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 34, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac22f1; background: linear-gradient(135deg, #ac22f1, #F122AC);