#ac309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 48, 156
HSL
308°, 56%, 43%
CMYK
0, 72, 9, 33
Luminance
0.1328
Every format
| HEX | #ac309c |
| RGB | rgb(172, 48, 156) |
| HSL | hsl(308, 56%, 43%) |
| CMYK | cmyk(0%, 72%, 9%, 33%) |
| LAB | lab(43.2 61.2 -31.9) |
| LCH | lch(43.2 69.0 332.4) |
| OKLCH | oklch(0.536 0.198 333.7) |
Copy-ready code
/* CSS */
color: #ac309c;
background-color: #ac309c;
/* Tailwind (arbitrary) */
class="text-[#ac309c] bg-[#ac309c]"
/* SCSS */
$brand: #ac309c;
/* SwiftUI */
Color(red: 0.675, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#ac309c")Accessibility — WCAG contrast
Aa
#ac309c on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac309c on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow9.3%
Key (black)32.5%
Color previews
#ac309c text on a black background
contrast 3.66:1
Card sample
#ac309c text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac309c;
Background color
Panel with #ac309c background
background-color: #ac309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac309c; background: linear-gradient(135deg, #ac309c, #AC3049);