#ac22eb
a balanced, electric violet · warm · closest name: magenta
RGB
172, 34, 235
HSL
281°, 83%, 53%
CMYK
27, 86, 0, 8
Luminance
0.1591
Every format
| HEX | #ac22eb |
| RGB | rgb(172, 34, 235) |
| HSL | hsl(281, 83%, 53%) |
| CMYK | cmyk(27%, 86%, 0%, 8%) |
| LAB | lab(46.9 79.0 -72.0) |
| LCH | lch(46.9 106.9 317.6) |
| OKLCH | oklch(0.578 0.272 311.2) |
Copy-ready code
/* CSS */
color: #ac22eb;
background-color: #ac22eb;
/* Tailwind (arbitrary) */
class="text-[#ac22eb] bg-[#ac22eb]"
/* SCSS */
$brand: #ac22eb;
/* SwiftUI */
Color(red: 0.675, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#ac22eb")Accessibility — WCAG contrast
Aa
#ac22eb on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac22eb on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green13.3%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ac22eb text on a black background
contrast 4.18:1
Card sample
#ac22eb text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac22eb;
Background color
Panel with #ac22eb background
background-color: #ac22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac22eb; background: linear-gradient(135deg, #ac22eb, #EB22A4);