#ac3eb4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 62, 180
HSL
296°, 49%, 48%
CMYK
4, 66, 0, 29
Luminance
0.1551
Every format
| HEX | #ac3eb4 |
| RGB | rgb(172, 62, 180) |
| HSL | hsl(296, 49%, 48%) |
| CMYK | cmyk(4%, 66%, 0%, 29%) |
| LAB | lab(46.3 59.9 -41.2) |
| LCH | lch(46.3 72.7 325.5) |
| OKLCH | oklch(0.563 0.200 325.0) |
Copy-ready code
/* CSS */
color: #ac3eb4;
background-color: #ac3eb4;
/* Tailwind (arbitrary) */
class="text-[#ac3eb4] bg-[#ac3eb4]"
/* SCSS */
$brand: #ac3eb4;
/* SwiftUI */
Color(red: 0.675, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#ac3eb4")Accessibility — WCAG contrast
Aa
#ac3eb4 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3eb4 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.3%
Blue70.6%
CMYK percentages
Cyan4.4%
Magenta65.6%
Yellow0.0%
Key (black)29.4%
Color previews
#ac3eb4 text on a black background
contrast 4.10:1
Card sample
#ac3eb4 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3eb4;
Background color
Panel with #ac3eb4 background
background-color: #ac3eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 62, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 62, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3eb4; background: linear-gradient(135deg, #ac3eb4, #B43E6E);