#ac0f6c
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 15, 108
HSL
325°, 84%, 37%
CMYK
0, 91, 37, 33
Luminance
0.1020
Every format
| HEX | #ac0f6c |
| RGB | rgb(172, 15, 108) |
| HSL | hsl(325, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 37%, 33%) |
| LAB | lab(38.2 63.3 -10.1) |
| LCH | lch(38.2 64.1 350.9) |
| OKLCH | oklch(0.493 0.197 352.4) |
Copy-ready code
/* CSS */
color: #ac0f6c;
background-color: #ac0f6c;
/* Tailwind (arbitrary) */
class="text-[#ac0f6c] bg-[#ac0f6c]"
/* SCSS */
$brand: #ac0f6c;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.424)
/* Android */
Color.parseColor("#ac0f6c")Accessibility — WCAG contrast
Aa
#ac0f6c on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0f6c on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow37.2%
Key (black)32.5%
Color previews
#ac0f6c text on a black background
contrast 3.04:1
Card sample
#ac0f6c text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0f6c;
Background color
Panel with #ac0f6c background
background-color: #ac0f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0f6c; background: linear-gradient(135deg, #ac0f6c, #AC1B0F);