#ac2c69
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 105
HSL
331°, 59%, 42%
CMYK
0, 74, 39, 33
Luminance
0.1159
Every format
| HEX | #ac2c69 |
| RGB | rgb(172, 44, 105) |
| HSL | hsl(331, 59%, 42%) |
| CMYK | cmyk(0%, 74%, 39%, 33%) |
| LAB | lab(40.6 55.9 -4.7) |
| LCH | lch(40.6 56.1 355.2) |
| OKLCH | oklch(0.510 0.172 356.1) |
Copy-ready code
/* CSS */
color: #ac2c69;
background-color: #ac2c69;
/* Tailwind (arbitrary) */
class="text-[#ac2c69] bg-[#ac2c69]"
/* SCSS */
$brand: #ac2c69;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.412)
/* Android */
Color.parseColor("#ac2c69")Accessibility — WCAG contrast
Aa
#ac2c69 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2c69 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow39.0%
Key (black)32.5%
Color previews
#ac2c69 text on a black background
contrast 3.32:1
Card sample
#ac2c69 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2c69;
Background color
Panel with #ac2c69 background
background-color: #ac2c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2c69; background: linear-gradient(135deg, #ac2c69, #AC442C);