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