#ac00fc
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 252
HSL
281°, 100%, 49%
CMYK
32, 100, 0, 1
Luminance
0.1580
Every format
| HEX | #ac00fc |
| RGB | rgb(172, 0, 252) |
| HSL | hsl(281, 100%, 49%) |
| CMYK | cmyk(32%, 100%, 0%, 1%) |
| LAB | lab(46.7 86.6 -81.8) |
| LCH | lch(46.7 119.2 316.6) |
| OKLCH | oklch(0.581 0.297 308.2) |
Copy-ready code
/* CSS */
color: #ac00fc;
background-color: #ac00fc;
/* Tailwind (arbitrary) */
class="text-[#ac00fc] bg-[#ac00fc]"
/* SCSS */
$brand: #ac00fc;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.988)
/* Android */
Color.parseColor("#ac00fc")Accessibility — WCAG contrast
Aa
#ac00fc on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00fc on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta100.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ac00fc text on a black background
contrast 4.16:1
Card sample
#ac00fc text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00fc;
Background color
Panel with #ac00fc background
background-color: #ac00fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00fc; background: linear-gradient(135deg, #ac00fc, #FC00A4);