#ac00e8
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 232
HSL
285°, 100%, 46%
CMYK
26, 100, 0, 9
Luminance
0.1460
Every format
| HEX | #ac00e8 |
| RGB | rgb(172, 0, 232) |
| HSL | hsl(285, 100%, 46%) |
| CMYK | cmyk(26%, 100%, 0%, 9%) |
| LAB | lab(45.1 83.0 -73.3) |
| LCH | lch(45.1 110.7 318.6) |
| OKLCH | oklch(0.565 0.282 312.5) |
Copy-ready code
/* CSS */
color: #ac00e8;
background-color: #ac00e8;
/* Tailwind (arbitrary) */
class="text-[#ac00e8] bg-[#ac00e8]"
/* SCSS */
$brand: #ac00e8;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.910)
/* Android */
Color.parseColor("#ac00e8")Accessibility — WCAG contrast
Aa
#ac00e8 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00e8 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue91.0%
CMYK percentages
Cyan25.9%
Magenta100.0%
Yellow0.0%
Key (black)9.0%
Color previews
#ac00e8 text on a black background
contrast 3.92:1
Card sample
#ac00e8 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00e8;
Background color
Panel with #ac00e8 background
background-color: #ac00e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00e8; background: linear-gradient(135deg, #ac00e8, #E80089);