#ac3f8d
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 63, 141
HSL
317°, 46%, 46%
CMYK
0, 63, 18, 33
Luminance
0.1425
Every format
| HEX | #ac3f8d |
| RGB | rgb(172, 63, 141) |
| HSL | hsl(317, 46%, 46%) |
| CMYK | cmyk(0%, 63%, 18%, 33%) |
| LAB | lab(44.6 53.1 -20.7) |
| LCH | lch(44.6 57.0 338.7) |
| OKLCH | oklch(0.544 0.167 340.6) |
Copy-ready code
/* CSS */
color: #ac3f8d;
background-color: #ac3f8d;
/* Tailwind (arbitrary) */
class="text-[#ac3f8d] bg-[#ac3f8d]"
/* SCSS */
$brand: #ac3f8d;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 0.553)
/* Android */
Color.parseColor("#ac3f8d")Accessibility — WCAG contrast
Aa
#ac3f8d on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3f8d on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow18.0%
Key (black)32.5%
Color previews
#ac3f8d text on a black background
contrast 3.85:1
Card sample
#ac3f8d text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3f8d;
Background color
Panel with #ac3f8d background
background-color: #ac3f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3f8d; background: linear-gradient(135deg, #ac3f8d, #AC3F44);