#ac00c4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
172, 0, 196
HSL
293°, 100%, 38%
CMYK
12, 100, 0, 23
Luminance
0.1276
Every format
| HEX | #ac00c4 |
| RGB | rgb(172, 0, 196) |
| HSL | hsl(293, 100%, 38%) |
| CMYK | cmyk(12%, 100%, 0%, 23%) |
| LAB | lab(42.4 76.9 -56.9) |
| LCH | lch(42.4 95.7 323.5) |
| OKLCH | oklch(0.538 0.256 321.4) |
Copy-ready code
/* CSS */
color: #ac00c4;
background-color: #ac00c4;
/* Tailwind (arbitrary) */
class="text-[#ac00c4] bg-[#ac00c4]"
/* SCSS */
$brand: #ac00c4;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.769)
/* Android */
Color.parseColor("#ac00c4")Accessibility — WCAG contrast
Aa
#ac00c4 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00c4 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue76.9%
CMYK percentages
Cyan12.2%
Magenta100.0%
Yellow0.0%
Key (black)23.1%
Color previews
#ac00c4 text on a black background
contrast 3.55:1
Card sample
#ac00c4 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00c4;
Background color
Panel with #ac00c4 background
background-color: #ac00c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00c4; background: linear-gradient(135deg, #ac00c4, #C40059);