#ac00c7
a dark, electric magenta / pink · warm · closest name: magenta
RGB
172, 0, 199
HSL
292°, 100%, 39%
CMYK
14, 100, 0, 22
Luminance
0.1289
Every format
| HEX | #ac00c7 |
| RGB | rgb(172, 0, 199) |
| HSL | hsl(292, 100%, 39%) |
| CMYK | cmyk(14%, 100%, 0%, 22%) |
| LAB | lab(42.6 77.4 -58.3) |
| LCH | lch(42.6 96.9 323.0) |
| OKLCH | oklch(0.540 0.259 320.6) |
Copy-ready code
/* CSS */
color: #ac00c7;
background-color: #ac00c7;
/* Tailwind (arbitrary) */
class="text-[#ac00c7] bg-[#ac00c7]"
/* SCSS */
$brand: #ac00c7;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.780)
/* Android */
Color.parseColor("#ac00c7")Accessibility — WCAG contrast
Aa
#ac00c7 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00c7 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue78.0%
CMYK percentages
Cyan13.6%
Magenta100.0%
Yellow0.0%
Key (black)22.0%
Color previews
#ac00c7 text on a black background
contrast 3.58:1
Card sample
#ac00c7 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00c7;
Background color
Panel with #ac00c7 background
background-color: #ac00c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00c7; background: linear-gradient(135deg, #ac00c7, #C7005D);