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