#ac1af0
a balanced, electric violet · warm · closest name: magenta
RGB
172, 26, 240
HSL
281°, 88%, 52%
CMYK
28, 89, 0, 6
Luminance
0.1580
Every format
| HEX | #ac1af0 |
| RGB | rgb(172, 26, 240) |
| HSL | hsl(281, 88%, 52%) |
| CMYK | cmyk(28%, 89%, 0%, 6%) |
| LAB | lab(46.7 81.5 -75.1) |
| LCH | lch(46.7 110.8 317.3) |
| OKLCH | oklch(0.578 0.280 310.3) |
Copy-ready code
/* CSS */
color: #ac1af0;
background-color: #ac1af0;
/* Tailwind (arbitrary) */
class="text-[#ac1af0] bg-[#ac1af0]"
/* SCSS */
$brand: #ac1af0;
/* SwiftUI */
Color(red: 0.675, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#ac1af0")Accessibility — WCAG contrast
Aa
#ac1af0 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1af0 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green10.2%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#ac1af0 text on a black background
contrast 4.16:1
Card sample
#ac1af0 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1af0;
Background color
Panel with #ac1af0 background
background-color: #ac1af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1af0; background: linear-gradient(135deg, #ac1af0, #F01AA6);