#ac1dec
a balanced, electric violet · warm · closest name: magenta
RGB
172, 29, 236
HSL
281°, 85%, 52%
CMYK
27, 88, 0, 8
Luminance
0.1571
Every format
| HEX | #ac1dec |
| RGB | rgb(172, 29, 236) |
| HSL | hsl(281, 85%, 52%) |
| CMYK | cmyk(27%, 88%, 0%, 8%) |
| LAB | lab(46.6 80.2 -73.0) |
| LCH | lch(46.6 108.5 317.7) |
| OKLCH | oklch(0.577 0.275 311.1) |
Copy-ready code
/* CSS */
color: #ac1dec;
background-color: #ac1dec;
/* Tailwind (arbitrary) */
class="text-[#ac1dec] bg-[#ac1dec]"
/* SCSS */
$brand: #ac1dec;
/* SwiftUI */
Color(red: 0.675, green: 0.114, blue: 0.925)
/* Android */
Color.parseColor("#ac1dec")Accessibility — WCAG contrast
Aa
#ac1dec on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1dec on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.4%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta87.7%
Yellow0.0%
Key (black)7.5%
Color previews
#ac1dec text on a black background
contrast 4.14:1
Card sample
#ac1dec text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1dec;
Background color
Panel with #ac1dec background
background-color: #ac1dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 29, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 29, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1dec; background: linear-gradient(135deg, #ac1dec, #EC1DA2);