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