#ac41ff
a balanced, electric violet · warm · closest name: magenta
RGB
172, 65, 255
HSL
274°, 100%, 63%
CMYK
33, 75, 0, 0
Luminance
0.1977
Every format
| HEX | #ac41ff |
| RGB | rgb(172, 65, 255) |
| HSL | hsl(274, 100%, 63%) |
| CMYK | cmyk(33%, 75%, 0%, 0%) |
| LAB | lab(51.6 73.6 -75.6) |
| LCH | lch(51.6 105.5 314.3) |
| OKLCH | oklch(0.616 0.264 305.4) |
Copy-ready code
/* CSS */
color: #ac41ff;
background-color: #ac41ff;
/* Tailwind (arbitrary) */
class="text-[#ac41ff] bg-[#ac41ff]"
/* SCSS */
$brand: #ac41ff;
/* SwiftUI */
Color(red: 0.675, green: 0.255, blue: 1.000)
/* Android */
Color.parseColor("#ac41ff")Accessibility — WCAG contrast
Aa
#ac41ff on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac41ff on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.5%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta74.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ac41ff text on a black background
contrast 4.95:1
Card sample
#ac41ff text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac41ff;
Background color
Panel with #ac41ff background
background-color: #ac41ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac41ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 65, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 65, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac41ff; background: linear-gradient(135deg, #ac41ff, #FF41D3);