#ac2467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 36, 103
HSL
330°, 65%, 41%
CMYK
0, 79, 40, 33
Luminance
0.1101
Every format
| HEX | #ac2467 |
| RGB | rgb(172, 36, 103) |
| HSL | hsl(330, 65%, 41%) |
| CMYK | cmyk(0%, 79%, 40%, 33%) |
| LAB | lab(39.6 58.2 -4.8) |
| LCH | lch(39.6 58.4 355.3) |
| OKLCH | oklch(0.503 0.179 356.2) |
Copy-ready code
/* CSS */
color: #ac2467;
background-color: #ac2467;
/* Tailwind (arbitrary) */
class="text-[#ac2467] bg-[#ac2467]"
/* SCSS */
$brand: #ac2467;
/* SwiftUI */
Color(red: 0.675, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#ac2467")Accessibility — WCAG contrast
Aa
#ac2467 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2467 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow40.1%
Key (black)32.5%
Color previews
#ac2467 text on a black background
contrast 3.20:1
Card sample
#ac2467 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2467;
Background color
Panel with #ac2467 background
background-color: #ac2467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2467; background: linear-gradient(135deg, #ac2467, #AC3C24);