#ac00e9
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 233
HSL
284°, 100%, 46%
CMYK
26, 100, 0, 9
Luminance
0.1465
Every format
| HEX | #ac00e9 |
| RGB | rgb(172, 0, 233) |
| HSL | hsl(284, 100%, 46%) |
| CMYK | cmyk(26%, 100%, 0%, 9%) |
| LAB | lab(45.2 83.2 -73.7) |
| LCH | lch(45.2 111.1 318.5) |
| OKLCH | oklch(0.566 0.283 312.3) |
Copy-ready code
/* CSS */
color: #ac00e9;
background-color: #ac00e9;
/* Tailwind (arbitrary) */
class="text-[#ac00e9] bg-[#ac00e9]"
/* SCSS */
$brand: #ac00e9;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.914)
/* Android */
Color.parseColor("#ac00e9")Accessibility — WCAG contrast
Aa
#ac00e9 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00e9 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue91.4%
CMYK percentages
Cyan26.2%
Magenta100.0%
Yellow0.0%
Key (black)8.6%
Color previews
#ac00e9 text on a black background
contrast 3.93:1
Card sample
#ac00e9 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00e9;
Background color
Panel with #ac00e9 background
background-color: #ac00e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00e9; background: linear-gradient(135deg, #ac00e9, #E9008B);