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