#ac15af
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 21, 175
HSL
299°, 79%, 38%
CMYK
2, 88, 0, 31
Luminance
0.1240
Every format
| HEX | #ac15af |
| RGB | rgb(172, 21, 175) |
| HSL | hsl(299, 79%, 38%) |
| CMYK | cmyk(2%, 88%, 0%, 31%) |
| LAB | lab(41.9 71.1 -45.4) |
| LCH | lch(41.9 84.3 327.4) |
| OKLCH | oklch(0.530 0.234 327.3) |
Copy-ready code
/* CSS */
color: #ac15af;
background-color: #ac15af;
/* Tailwind (arbitrary) */
class="text-[#ac15af] bg-[#ac15af]"
/* SCSS */
$brand: #ac15af;
/* SwiftUI */
Color(red: 0.675, green: 0.082, blue: 0.686)
/* Android */
Color.parseColor("#ac15af")Accessibility — WCAG contrast
Aa
#ac15af on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac15af on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.2%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta88.0%
Yellow0.0%
Key (black)31.4%
Color previews
#ac15af text on a black background
contrast 3.48:1
Card sample
#ac15af text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac15af;
Background color
Panel with #ac15af background
background-color: #ac15af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac15af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 21, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 21, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac15af; background: linear-gradient(135deg, #ac15af, #AF154B);