#ac00b1
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 177
HSL
298°, 100%, 35%
CMYK
3, 100, 0, 31
Luminance
0.1194
Every format
| HEX | #ac00b1 |
| RGB | rgb(172, 0, 177) |
| HSL | hsl(298, 100%, 35%) |
| CMYK | cmyk(3%, 100%, 0%, 31%) |
| LAB | lab(41.1 73.9 -47.8) |
| LCH | lch(41.1 88.0 327.1) |
| OKLCH | oklch(0.525 0.243 326.8) |
Copy-ready code
/* CSS */
color: #ac00b1;
background-color: #ac00b1;
/* Tailwind (arbitrary) */
class="text-[#ac00b1] bg-[#ac00b1]"
/* SCSS */
$brand: #ac00b1;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.694)
/* Android */
Color.parseColor("#ac00b1")Accessibility — WCAG contrast
Aa
#ac00b1 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00b1 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue69.4%
CMYK percentages
Cyan2.8%
Magenta100.0%
Yellow0.0%
Key (black)30.6%
Color previews
#ac00b1 text on a black background
contrast 3.39:1
Card sample
#ac00b1 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00b1;
Background color
Panel with #ac00b1 background
background-color: #ac00b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00b1; background: linear-gradient(135deg, #ac00b1, #B10040);