#ac1cf4
a balanced, electric violet · warm · closest name: magenta
RGB
172, 28, 244
HSL
280°, 91%, 53%
CMYK
30, 89, 0, 4
Luminance
0.1613
Every format
| HEX | #ac1cf4 |
| RGB | rgb(172, 28, 244) |
| HSL | hsl(280, 91%, 53%) |
| CMYK | cmyk(30%, 89%, 0%, 4%) |
| LAB | lab(47.1 81.9 -76.6) |
| LCH | lch(47.1 112.2 316.9) |
| OKLCH | oklch(0.582 0.282 309.4) |
Copy-ready code
/* CSS */
color: #ac1cf4;
background-color: #ac1cf4;
/* Tailwind (arbitrary) */
class="text-[#ac1cf4] bg-[#ac1cf4]"
/* SCSS */
$brand: #ac1cf4;
/* SwiftUI */
Color(red: 0.675, green: 0.110, blue: 0.957)
/* Android */
Color.parseColor("#ac1cf4")Accessibility — WCAG contrast
Aa
#ac1cf4 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1cf4 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.0%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta88.5%
Yellow0.0%
Key (black)4.3%
Color previews
#ac1cf4 text on a black background
contrast 4.23:1
Card sample
#ac1cf4 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1cf4;
Background color
Panel with #ac1cf4 background
background-color: #ac1cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 28, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 28, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1cf4; background: linear-gradient(135deg, #ac1cf4, #F41CAC);