#ac00dc
a dark, electric violet · warm · closest name: magenta
RGB
172, 0, 220
HSL
287°, 100%, 43%
CMYK
22, 100, 0, 14
Luminance
0.1394
Every format
| HEX | #ac00dc |
| RGB | rgb(172, 0, 220) |
| HSL | hsl(287, 100%, 43%) |
| CMYK | cmyk(22%, 100%, 0%, 14%) |
| LAB | lab(44.1 80.9 -67.9) |
| LCH | lch(44.1 105.7 320.0) |
| OKLCH | oklch(0.556 0.273 315.3) |
Copy-ready code
/* CSS */
color: #ac00dc;
background-color: #ac00dc;
/* Tailwind (arbitrary) */
class="text-[#ac00dc] bg-[#ac00dc]"
/* SCSS */
$brand: #ac00dc;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.863)
/* Android */
Color.parseColor("#ac00dc")Accessibility — WCAG contrast
Aa
#ac00dc on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00dc on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue86.3%
CMYK percentages
Cyan21.8%
Magenta100.0%
Yellow0.0%
Key (black)13.7%
Color previews
#ac00dc text on a black background
contrast 3.79:1
Card sample
#ac00dc text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00dc;
Background color
Panel with #ac00dc background
background-color: #ac00dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00dc; background: linear-gradient(135deg, #ac00dc, #DC0079);