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