#ac18be
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 24, 190
HSL
294°, 78%, 42%
CMYK
10, 87, 0, 26
Luminance
0.1314
Every format
| HEX | #ac18be |
| RGB | rgb(172, 24, 190) |
| HSL | hsl(294, 78%, 42%) |
| CMYK | cmyk(10%, 87%, 0%, 26%) |
| LAB | lab(43.0 73.0 -52.5) |
| LCH | lch(43.0 89.9 324.3) |
| OKLCH | oklch(0.541 0.243 322.8) |
Copy-ready code
/* CSS */
color: #ac18be;
background-color: #ac18be;
/* Tailwind (arbitrary) */
class="text-[#ac18be] bg-[#ac18be]"
/* SCSS */
$brand: #ac18be;
/* SwiftUI */
Color(red: 0.675, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#ac18be")Accessibility — WCAG contrast
Aa
#ac18be on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac18be on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green9.4%
Blue74.5%
CMYK percentages
Cyan9.5%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#ac18be text on a black background
contrast 3.63:1
Card sample
#ac18be text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac18be;
Background color
Panel with #ac18be background
background-color: #ac18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac18be; background: linear-gradient(135deg, #ac18be, #BE1861);