#ac009d
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 157
HSL
305°, 100%, 34%
CMYK
0, 100, 9, 33
Luminance
0.1120
Every format
| HEX | #ac009d |
| RGB | rgb(172, 0, 157) |
| HSL | hsl(305, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 9%, 33%) |
| LAB | lab(39.9 71.0 -37.7) |
| LCH | lch(39.9 80.3 332.0) |
| OKLCH | oklch(0.513 0.230 333.2) |
Copy-ready code
/* CSS */
color: #ac009d;
background-color: #ac009d;
/* Tailwind (arbitrary) */
class="text-[#ac009d] bg-[#ac009d]"
/* SCSS */
$brand: #ac009d;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.616)
/* Android */
Color.parseColor("#ac009d")Accessibility — WCAG contrast
Aa
#ac009d on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac009d on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow8.7%
Key (black)32.5%
Color previews
#ac009d text on a black background
contrast 3.24:1
Card sample
#ac009d text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac009d;
Background color
Panel with #ac009d background
background-color: #ac009d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac009d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac009d; background: linear-gradient(135deg, #ac009d, #AC002A);