#ac2fff
a balanced, electric violet · warm · closest name: magenta
RGB
172, 47, 255
HSL
276°, 100%, 59%
CMYK
33, 82, 0, 0
Luminance
0.1802
Every format
| HEX | #ac2fff |
| RGB | rgb(172, 47, 255) |
| HSL | hsl(276, 100%, 59%) |
| CMYK | cmyk(33%, 82%, 0%, 0%) |
| LAB | lab(49.5 79.6 -78.9) |
| LCH | lch(49.5 112.1 315.2) |
| OKLCH | oklch(0.601 0.279 306.4) |
Copy-ready code
/* CSS */
color: #ac2fff;
background-color: #ac2fff;
/* Tailwind (arbitrary) */
class="text-[#ac2fff] bg-[#ac2fff]"
/* SCSS */
$brand: #ac2fff;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#ac2fff")Accessibility — WCAG contrast
Aa
#ac2fff on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2fff on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ac2fff text on a black background
contrast 4.60:1
Card sample
#ac2fff text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2fff;
Background color
Panel with #ac2fff background
background-color: #ac2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2fff; background: linear-gradient(135deg, #ac2fff, #FF2FC7);