#ac0dec
a balanced, electric violet · warm · closest name: magenta
RGB
172, 13, 236
HSL
283°, 90%, 49%
CMYK
27, 95, 0, 8
Luminance
0.1511
Every format
| HEX | #ac0dec |
| RGB | rgb(172, 13, 236) |
| HSL | hsl(283, 90%, 49%) |
| CMYK | cmyk(27%, 95%, 0%, 8%) |
| LAB | lab(45.8 82.5 -74.3) |
| LCH | lch(45.8 111.1 318.0) |
| OKLCH | oklch(0.571 0.282 311.4) |
Copy-ready code
/* CSS */
color: #ac0dec;
background-color: #ac0dec;
/* Tailwind (arbitrary) */
class="text-[#ac0dec] bg-[#ac0dec]"
/* SCSS */
$brand: #ac0dec;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.925)
/* Android */
Color.parseColor("#ac0dec")Accessibility — WCAG contrast
Aa
#ac0dec on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0dec on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta94.5%
Yellow0.0%
Key (black)7.5%
Color previews
#ac0dec text on a black background
contrast 4.02:1
Card sample
#ac0dec text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0dec;
Background color
Panel with #ac0dec background
background-color: #ac0dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0dec; background: linear-gradient(135deg, #ac0dec, #EC0D97);