#ac2dec
a balanced, electric violet · warm · closest name: magenta
RGB
172, 45, 236
HSL
280°, 83%, 55%
CMYK
27, 81, 0, 8
Luminance
0.1670
Every format
| HEX | #ac2dec |
| RGB | rgb(172, 45, 236) |
| HSL | hsl(280, 83%, 55%) |
| CMYK | cmyk(27%, 81%, 0%, 8%) |
| LAB | lab(47.9 76.4 -70.9) |
| LCH | lch(47.9 104.2 317.1) |
| OKLCH | oklch(0.586 0.265 310.5) |
Copy-ready code
/* CSS */
color: #ac2dec;
background-color: #ac2dec;
/* Tailwind (arbitrary) */
class="text-[#ac2dec] bg-[#ac2dec]"
/* SCSS */
$brand: #ac2dec;
/* SwiftUI */
Color(red: 0.675, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#ac2dec")Accessibility — WCAG contrast
Aa
#ac2dec on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2dec on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.6%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta80.9%
Yellow0.0%
Key (black)7.5%
Color previews
#ac2dec text on a black background
contrast 4.34:1
Card sample
#ac2dec text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2dec;
Background color
Panel with #ac2dec background
background-color: #ac2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2dec; background: linear-gradient(135deg, #ac2dec, #EC2DAD);