#ac06af
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 6, 175
HSL
299°, 93%, 36%
CMYK
2, 97, 0, 31
Luminance
0.1200
Every format
| HEX | #ac06af |
| RGB | rgb(172, 6, 175) |
| HSL | hsl(299, 93%, 36%) |
| CMYK | cmyk(2%, 97%, 0%, 31%) |
| LAB | lab(41.2 73.0 -46.4) |
| LCH | lch(41.2 86.5 327.5) |
| OKLCH | oklch(0.526 0.240 327.4) |
Copy-ready code
/* CSS */
color: #ac06af;
background-color: #ac06af;
/* Tailwind (arbitrary) */
class="text-[#ac06af] bg-[#ac06af]"
/* SCSS */
$brand: #ac06af;
/* SwiftUI */
Color(red: 0.675, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#ac06af")Accessibility — WCAG contrast
Aa
#ac06af on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac06af on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green2.4%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ac06af text on a black background
contrast 3.40:1
Card sample
#ac06af text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac06af;
Background color
Panel with #ac06af background
background-color: #ac06af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac06af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac06af; background: linear-gradient(135deg, #ac06af, #AF0641);