#ac2ff3
a balanced, electric violet · warm · closest name: magenta
RGB
172, 47, 243
HSL
278°, 89%, 57%
CMYK
29, 81, 0, 5
Luminance
0.1727
Every format
| HEX | #ac2ff3 |
| RGB | rgb(172, 47, 243) |
| HSL | hsl(278, 89%, 57%) |
| CMYK | cmyk(29%, 81%, 0%, 5%) |
| LAB | lab(48.6 77.2 -73.7) |
| LCH | lch(48.6 106.7 316.3) |
| OKLCH | oklch(0.592 0.269 308.9) |
Copy-ready code
/* CSS */
color: #ac2ff3;
background-color: #ac2ff3;
/* Tailwind (arbitrary) */
class="text-[#ac2ff3] bg-[#ac2ff3]"
/* SCSS */
$brand: #ac2ff3;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.953)
/* Android */
Color.parseColor("#ac2ff3")Accessibility — WCAG contrast
Aa
#ac2ff3 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2ff3 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta80.7%
Yellow0.0%
Key (black)4.7%
Color previews
#ac2ff3 text on a black background
contrast 4.45:1
Card sample
#ac2ff3 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2ff3;
Background color
Panel with #ac2ff3 background
background-color: #ac2ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2ff3; background: linear-gradient(135deg, #ac2ff3, #F32FB7);