#ac00bf
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 191
HSL
294°, 100%, 38%
CMYK
10, 100, 0, 25
Luminance
0.1253
Every format
| HEX | #ac00bf |
| RGB | rgb(172, 0, 191) |
| HSL | hsl(294, 100%, 38%) |
| CMYK | cmyk(10%, 100%, 0%, 25%) |
| LAB | lab(42.0 76.1 -54.5) |
| LCH | lch(42.0 93.6 324.4) |
| OKLCH | oklch(0.535 0.253 322.8) |
Copy-ready code
/* CSS */
color: #ac00bf;
background-color: #ac00bf;
/* Tailwind (arbitrary) */
class="text-[#ac00bf] bg-[#ac00bf]"
/* SCSS */
$brand: #ac00bf;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.749)
/* Android */
Color.parseColor("#ac00bf")Accessibility — WCAG contrast
Aa
#ac00bf on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00bf on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta100.0%
Yellow0.0%
Key (black)25.1%
Color previews
#ac00bf text on a black background
contrast 3.51:1
Card sample
#ac00bf text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00bf;
Background color
Panel with #ac00bf background
background-color: #ac00bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00bf; background: linear-gradient(135deg, #ac00bf, #BF0053);