#ac00e7
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 231
HSL
285°, 100%, 45%
CMYK
26, 100, 0, 9
Luminance
0.1454
Every format
| HEX | #ac00e7 |
| RGB | rgb(172, 0, 231) |
| HSL | hsl(285, 100%, 45%) |
| CMYK | cmyk(26%, 100%, 0%, 9%) |
| LAB | lab(45.0 82.8 -72.8) |
| LCH | lch(45.0 110.3 318.7) |
| OKLCH | oklch(0.564 0.281 312.7) |
Copy-ready code
/* CSS */
color: #ac00e7;
background-color: #ac00e7;
/* Tailwind (arbitrary) */
class="text-[#ac00e7] bg-[#ac00e7]"
/* SCSS */
$brand: #ac00e7;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.906)
/* Android */
Color.parseColor("#ac00e7")Accessibility — WCAG contrast
Aa
#ac00e7 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00e7 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue90.6%
CMYK percentages
Cyan25.5%
Magenta100.0%
Yellow0.0%
Key (black)9.4%
Color previews
#ac00e7 text on a black background
contrast 3.91:1
Card sample
#ac00e7 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00e7;
Background color
Panel with #ac00e7 background
background-color: #ac00e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00e7; background: linear-gradient(135deg, #ac00e7, #E70088);