#ac3fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 63, 186
HSL
293°, 49%, 49%
CMYK
8, 66, 0, 27
Luminance
0.1587
Every format
| HEX | #ac3fba |
| RGB | rgb(172, 63, 186) |
| HSL | hsl(293, 49%, 49%) |
| CMYK | cmyk(8%, 66%, 0%, 27%) |
| LAB | lab(46.8 60.6 -44.0) |
| LCH | lch(46.8 74.9 324.0) |
| OKLCH | oklch(0.568 0.203 323.0) |
Copy-ready code
/* CSS */
color: #ac3fba;
background-color: #ac3fba;
/* Tailwind (arbitrary) */
class="text-[#ac3fba] bg-[#ac3fba]"
/* SCSS */
$brand: #ac3fba;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#ac3fba")Accessibility — WCAG contrast
Aa
#ac3fba on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3fba on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ac3fba text on a black background
contrast 4.17:1
Card sample
#ac3fba text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3fba;
Background color
Panel with #ac3fba background
background-color: #ac3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3fba; background: linear-gradient(135deg, #ac3fba, #BA3F76);