#ac00df
a dark, electric violet · warm · closest name: magenta
RGB
172, 0, 223
HSL
286°, 100%, 44%
CMYK
23, 100, 0, 13
Luminance
0.1410
Every format
| HEX | #ac00df |
| RGB | rgb(172, 0, 223) |
| HSL | hsl(286, 100%, 44%) |
| CMYK | cmyk(23%, 100%, 0%, 13%) |
| LAB | lab(44.4 81.4 -69.3) |
| LCH | lch(44.4 106.9 319.6) |
| OKLCH | oklch(0.558 0.276 314.6) |
Copy-ready code
/* CSS */
color: #ac00df;
background-color: #ac00df;
/* Tailwind (arbitrary) */
class="text-[#ac00df] bg-[#ac00df]"
/* SCSS */
$brand: #ac00df;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#ac00df")Accessibility — WCAG contrast
Aa
#ac00df on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00df on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ac00df text on a black background
contrast 3.82:1
Card sample
#ac00df text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00df;
Background color
Panel with #ac00df background
background-color: #ac00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00df; background: linear-gradient(135deg, #ac00df, #DF007D);