#ac00b7
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 183
HSL
296°, 100%, 36%
CMYK
6, 100, 0, 28
Luminance
0.1219
Every format
| HEX | #ac00b7 |
| RGB | rgb(172, 0, 183) |
| HSL | hsl(296, 100%, 36%) |
| CMYK | cmyk(6%, 100%, 0%, 28%) |
| LAB | lab(41.5 74.8 -50.7) |
| LCH | lch(41.5 90.4 325.9) |
| OKLCH | oklch(0.529 0.247 325.1) |
Copy-ready code
/* CSS */
color: #ac00b7;
background-color: #ac00b7;
/* Tailwind (arbitrary) */
class="text-[#ac00b7] bg-[#ac00b7]"
/* SCSS */
$brand: #ac00b7;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.718)
/* Android */
Color.parseColor("#ac00b7")Accessibility — WCAG contrast
Aa
#ac00b7 on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00b7 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue71.8%
CMYK percentages
Cyan6.0%
Magenta100.0%
Yellow0.0%
Key (black)28.2%
Color previews
#ac00b7 text on a black background
contrast 3.44:1
Card sample
#ac00b7 text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00b7;
Background color
Panel with #ac00b7 background
background-color: #ac00b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00b7; background: linear-gradient(135deg, #ac00b7, #B70048);