#ac47ff
a balanced, electric violet · warm · closest name: magenta
RGB
172, 71, 255
HSL
273°, 100%, 64%
CMYK
33, 72, 0, 0
Luminance
0.2050
Every format
| HEX | #ac47ff |
| RGB | rgb(172, 71, 255) |
| HSL | hsl(273, 100%, 64%) |
| CMYK | cmyk(33%, 72%, 0%, 0%) |
| LAB | lab(52.4 71.3 -74.2) |
| LCH | lch(52.4 102.9 313.8) |
| OKLCH | oklch(0.622 0.258 304.9) |
Copy-ready code
/* CSS */
color: #ac47ff;
background-color: #ac47ff;
/* Tailwind (arbitrary) */
class="text-[#ac47ff] bg-[#ac47ff]"
/* SCSS */
$brand: #ac47ff;
/* SwiftUI */
Color(red: 0.675, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#ac47ff")Accessibility — WCAG contrast
Aa
#ac47ff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac47ff on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green27.8%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ac47ff text on a black background
contrast 5.10:1
Card sample
#ac47ff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac47ff;
Background color
Panel with #ac47ff background
background-color: #ac47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac47ff; background: linear-gradient(135deg, #ac47ff, #FF47D7);