#ac0078
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 120
HSL
318°, 100%, 34%
CMYK
0, 100, 30, 33
Luminance
0.1013
Every format
| HEX | #ac0078 |
| RGB | rgb(172, 0, 120) |
| HSL | hsl(318, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 30%, 33%) |
| LAB | lab(38.1 66.3 -17.8) |
| LCH | lch(38.1 68.7 344.9) |
| OKLCH | oklch(0.494 0.208 346.9) |
Copy-ready code
/* CSS */
color: #ac0078;
background-color: #ac0078;
/* Tailwind (arbitrary) */
class="text-[#ac0078] bg-[#ac0078]"
/* SCSS */
$brand: #ac0078;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.471)
/* Android */
Color.parseColor("#ac0078")Accessibility — WCAG contrast
Aa
#ac0078 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0078 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow30.2%
Key (black)32.5%
Color previews
#ac0078 text on a black background
contrast 3.03:1
Card sample
#ac0078 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0078;
Background color
Panel with #ac0078 background
background-color: #ac0078;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0078;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0078; background: linear-gradient(135deg, #ac0078, #AC0005);