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