#ac367c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 54, 124
HSL
324°, 52%, 44%
CMYK
0, 69, 28, 33
Luminance
0.1286
Every format
| HEX | #ac367c |
| RGB | rgb(172, 54, 124) |
| HSL | hsl(324, 52%, 44%) |
| CMYK | cmyk(0%, 69%, 28%, 33%) |
| LAB | lab(42.6 54.4 -13.5) |
| LCH | lch(42.6 56.1 346.1) |
| OKLCH | oklch(0.527 0.169 347.9) |
Copy-ready code
/* CSS */
color: #ac367c;
background-color: #ac367c;
/* Tailwind (arbitrary) */
class="text-[#ac367c] bg-[#ac367c]"
/* SCSS */
$brand: #ac367c;
/* SwiftUI */
Color(red: 0.675, green: 0.212, blue: 0.486)
/* Android */
Color.parseColor("#ac367c")Accessibility — WCAG contrast
Aa
#ac367c on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac367c on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green21.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow27.9%
Key (black)32.5%
Color previews
#ac367c text on a black background
contrast 3.57:1
Card sample
#ac367c text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac367c;
Background color
Panel with #ac367c background
background-color: #ac367c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac367c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 54, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 54, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac367c; background: linear-gradient(135deg, #ac367c, #AC3F36);