#ac29b9
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 41, 185
HSL
295°, 64%, 44%
CMYK
7, 78, 0, 28
Luminance
0.1386
Every format
| HEX | #ac29b9 |
| RGB | rgb(172, 41, 185) |
| HSL | hsl(295, 64%, 44%) |
| CMYK | cmyk(7%, 78%, 0%, 28%) |
| LAB | lab(44.0 68.1 -47.8) |
| LCH | lch(44.0 83.3 324.9) |
| OKLCH | oklch(0.548 0.227 324.0) |
Copy-ready code
/* CSS */
color: #ac29b9;
background-color: #ac29b9;
/* Tailwind (arbitrary) */
class="text-[#ac29b9] bg-[#ac29b9]"
/* SCSS */
$brand: #ac29b9;
/* SwiftUI */
Color(red: 0.675, green: 0.161, blue: 0.725)
/* Android */
Color.parseColor("#ac29b9")Accessibility — WCAG contrast
Aa
#ac29b9 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac29b9 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green16.1%
Blue72.5%
CMYK percentages
Cyan7.0%
Magenta77.8%
Yellow0.0%
Key (black)27.5%
Color previews
#ac29b9 text on a black background
contrast 3.77:1
Card sample
#ac29b9 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac29b9;
Background color
Panel with #ac29b9 background
background-color: #ac29b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac29b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 41, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 41, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac29b9; background: linear-gradient(135deg, #ac29b9, #B92966);