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