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