#ac00f1
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 241
HSL
283°, 100%, 47%
CMYK
29, 100, 0, 6
Luminance
0.1512
Every format
| HEX | #ac00f1 |
| RGB | rgb(172, 0, 241) |
| HSL | hsl(283, 100%, 47%) |
| CMYK | cmyk(29%, 100%, 0%, 6%) |
| LAB | lab(45.8 84.6 -77.2) |
| LCH | lch(45.8 114.5 317.6) |
| OKLCH | oklch(0.572 0.289 310.5) |
Copy-ready code
/* CSS */
color: #ac00f1;
background-color: #ac00f1;
/* Tailwind (arbitrary) */
class="text-[#ac00f1] bg-[#ac00f1]"
/* SCSS */
$brand: #ac00f1;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.945)
/* Android */
Color.parseColor("#ac00f1")Accessibility — WCAG contrast
Aa
#ac00f1 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00f1 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta100.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ac00f1 text on a black background
contrast 4.02:1
Card sample
#ac00f1 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00f1;
Background color
Panel with #ac00f1 background
background-color: #ac00f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00f1; background: linear-gradient(135deg, #ac00f1, #F10096);