#ac0083
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 131
HSL
314°, 100%, 34%
CMYK
0, 100, 24, 33
Luminance
0.1041
Every format
| HEX | #ac0083 |
| RGB | rgb(172, 0, 131) |
| HSL | hsl(314, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 24%, 33%) |
| LAB | lab(38.6 67.6 -23.9) |
| LCH | lch(38.6 71.7 340.5) |
| OKLCH | oklch(0.499 0.214 342.5) |
Copy-ready code
/* CSS */
color: #ac0083;
background-color: #ac0083;
/* Tailwind (arbitrary) */
class="text-[#ac0083] bg-[#ac0083]"
/* SCSS */
$brand: #ac0083;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.514)
/* Android */
Color.parseColor("#ac0083")Accessibility — WCAG contrast
Aa
#ac0083 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0083 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.8%
Key (black)32.5%
Color previews
#ac0083 text on a black background
contrast 3.08:1
Card sample
#ac0083 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0083;
Background color
Panel with #ac0083 background
background-color: #ac0083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0083; background: linear-gradient(135deg, #ac0083, #AC0010);