#ac0085
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 133
HSL
314°, 100%, 34%
CMYK
0, 100, 23, 33
Luminance
0.1046
Every format
| HEX | #ac0085 |
| RGB | rgb(172, 0, 133) |
| HSL | hsl(314, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 23%, 33%) |
| LAB | lab(38.7 67.8 -25.0) |
| LCH | lch(38.7 72.3 339.8) |
| OKLCH | oklch(0.500 0.216 341.8) |
Copy-ready code
/* CSS */
color: #ac0085;
background-color: #ac0085;
/* Tailwind (arbitrary) */
class="text-[#ac0085] bg-[#ac0085]"
/* SCSS */
$brand: #ac0085;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.522)
/* Android */
Color.parseColor("#ac0085")Accessibility — WCAG contrast
Aa
#ac0085 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0085 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow22.7%
Key (black)32.5%
Color previews
#ac0085 text on a black background
contrast 3.09:1
Card sample
#ac0085 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0085;
Background color
Panel with #ac0085 background
background-color: #ac0085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0085; background: linear-gradient(135deg, #ac0085, #AC0012);