#ac0abf
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 10, 191
HSL
294°, 90%, 39%
CMYK
10, 95, 0, 25
Luminance
0.1275
Every format
| HEX | #ac0abf |
| RGB | rgb(172, 10, 191) |
| HSL | hsl(294, 90%, 39%) |
| CMYK | cmyk(10%, 95%, 0%, 25%) |
| LAB | lab(42.4 75.1 -54.0) |
| LCH | lch(42.4 92.5 324.3) |
| OKLCH | oklch(0.537 0.250 322.7) |
Copy-ready code
/* CSS */
color: #ac0abf;
background-color: #ac0abf;
/* Tailwind (arbitrary) */
class="text-[#ac0abf] bg-[#ac0abf]"
/* SCSS */
$brand: #ac0abf;
/* SwiftUI */
Color(red: 0.675, green: 0.039, blue: 0.749)
/* Android */
Color.parseColor("#ac0abf")Accessibility — WCAG contrast
Aa
#ac0abf on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0abf on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green3.9%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta94.8%
Yellow0.0%
Key (black)25.1%
Color previews
#ac0abf text on a black background
contrast 3.55:1
Card sample
#ac0abf text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0abf;
Background color
Panel with #ac0abf background
background-color: #ac0abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 10, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 10, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0abf; background: linear-gradient(135deg, #ac0abf, #BF0A59);