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