#ac17df
a balanced, electric violet · warm · closest name: magenta
RGB
172, 23, 223
HSL
285°, 81%, 48%
CMYK
23, 90, 0, 13
Luminance
0.1471
Every format
| HEX | #ac17df |
| RGB | rgb(172, 23, 223) |
| HSL | hsl(285, 81%, 48%) |
| CMYK | cmyk(23%, 90%, 0%, 13%) |
| LAB | lab(45.2 78.9 -67.9) |
| LCH | lch(45.2 104.0 319.3) |
| OKLCH | oklch(0.564 0.268 314.2) |
Copy-ready code
/* CSS */
color: #ac17df;
background-color: #ac17df;
/* Tailwind (arbitrary) */
class="text-[#ac17df] bg-[#ac17df]"
/* SCSS */
$brand: #ac17df;
/* SwiftUI */
Color(red: 0.675, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#ac17df")Accessibility — WCAG contrast
Aa
#ac17df on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac17df on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green9.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta89.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ac17df text on a black background
contrast 3.94:1
Card sample
#ac17df text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac17df;
Background color
Panel with #ac17df background
background-color: #ac17df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac17df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac17df; background: linear-gradient(135deg, #ac17df, #DF178D);