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