#ac00bc
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 188
HSL
295°, 100%, 37%
CMYK
9, 100, 0, 26
Luminance
0.1240
Every format
| HEX | #ac00bc |
| RGB | rgb(172, 0, 188) |
| HSL | hsl(295, 100%, 37%) |
| CMYK | cmyk(9%, 100%, 0%, 26%) |
| LAB | lab(41.9 75.6 -53.1) |
| LCH | lch(41.9 92.4 324.9) |
| OKLCH | oklch(0.533 0.251 323.6) |
Copy-ready code
/* CSS */
color: #ac00bc;
background-color: #ac00bc;
/* Tailwind (arbitrary) */
class="text-[#ac00bc] bg-[#ac00bc]"
/* SCSS */
$brand: #ac00bc;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.737)
/* Android */
Color.parseColor("#ac00bc")Accessibility — WCAG contrast
Aa
#ac00bc on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00bc on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue73.7%
CMYK percentages
Cyan8.5%
Magenta100.0%
Yellow0.0%
Key (black)26.3%
Color previews
#ac00bc text on a black background
contrast 3.48:1
Card sample
#ac00bc text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00bc;
Background color
Panel with #ac00bc background
background-color: #ac00bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00bc; background: linear-gradient(135deg, #ac00bc, #BC004F);