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