#ac00e3
a dark, electric violet · warm · closest name: magenta
RGB
172, 0, 227
HSL
286°, 100%, 45%
CMYK
24, 100, 0, 11
Luminance
0.1432
Every format
| HEX | #ac00e3 |
| RGB | rgb(172, 0, 227) |
| HSL | hsl(286, 100%, 45%) |
| CMYK | cmyk(24%, 100%, 0%, 11%) |
| LAB | lab(44.7 82.1 -71.0) |
| LCH | lch(44.7 108.6 319.1) |
| OKLCH | oklch(0.561 0.279 313.6) |
Copy-ready code
/* CSS */
color: #ac00e3;
background-color: #ac00e3;
/* Tailwind (arbitrary) */
class="text-[#ac00e3] bg-[#ac00e3]"
/* SCSS */
$brand: #ac00e3;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.890)
/* Android */
Color.parseColor("#ac00e3")Accessibility — WCAG contrast
Aa
#ac00e3 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00e3 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue89.0%
CMYK percentages
Cyan24.2%
Magenta100.0%
Yellow0.0%
Key (black)11.0%
Color previews
#ac00e3 text on a black background
contrast 3.86:1
Card sample
#ac00e3 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00e3;
Background color
Panel with #ac00e3 background
background-color: #ac00e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00e3; background: linear-gradient(135deg, #ac00e3, #E30082);