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