#ac00b5
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 181
HSL
297°, 100%, 36%
CMYK
5, 100, 0, 29
Luminance
0.1211
Every format
| HEX | #ac00b5 |
| RGB | rgb(172, 0, 181) |
| HSL | hsl(297, 100%, 36%) |
| CMYK | cmyk(5%, 100%, 0%, 29%) |
| LAB | lab(41.4 74.5 -49.7) |
| LCH | lch(41.4 89.6 326.3) |
| OKLCH | oklch(0.528 0.246 325.7) |
Copy-ready code
/* CSS */
color: #ac00b5;
background-color: #ac00b5;
/* Tailwind (arbitrary) */
class="text-[#ac00b5] bg-[#ac00b5]"
/* SCSS */
$brand: #ac00b5;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.710)
/* Android */
Color.parseColor("#ac00b5")Accessibility — WCAG contrast
Aa
#ac00b5 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00b5 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue71.0%
CMYK percentages
Cyan5.0%
Magenta100.0%
Yellow0.0%
Key (black)29.0%
Color previews
#ac00b5 text on a black background
contrast 3.42:1
Card sample
#ac00b5 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00b5;
Background color
Panel with #ac00b5 background
background-color: #ac00b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00b5; background: linear-gradient(135deg, #ac00b5, #B50045);