#ac2eb4
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 46, 180
HSL
296°, 59%, 44%
CMYK
4, 74, 0, 29
Luminance
0.1402
Every format
| HEX | #ac2eb4 |
| RGB | rgb(172, 46, 180) |
| HSL | hsl(296, 59%, 44%) |
| CMYK | cmyk(4%, 74%, 0%, 29%) |
| LAB | lab(44.3 65.8 -44.5) |
| LCH | lch(44.3 79.4 325.9) |
| OKLCH | oklch(0.548 0.218 325.4) |
Copy-ready code
/* CSS */
color: #ac2eb4;
background-color: #ac2eb4;
/* Tailwind (arbitrary) */
class="text-[#ac2eb4] bg-[#ac2eb4]"
/* SCSS */
$brand: #ac2eb4;
/* SwiftUI */
Color(red: 0.675, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#ac2eb4")Accessibility — WCAG contrast
Aa
#ac2eb4 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2eb4 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.0%
Blue70.6%
CMYK percentages
Cyan4.4%
Magenta74.4%
Yellow0.0%
Key (black)29.4%
Color previews
#ac2eb4 text on a black background
contrast 3.80:1
Card sample
#ac2eb4 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2eb4;
Background color
Panel with #ac2eb4 background
background-color: #ac2eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2eb4; background: linear-gradient(135deg, #ac2eb4, #B42E63);