#ac289f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 40, 159
HSL
306°, 62%, 42%
CMYK
0, 77, 8, 33
Luminance
0.1279
Every format
| HEX | #ac289f |
| RGB | rgb(172, 40, 159) |
| HSL | hsl(306, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 8%, 33%) |
| LAB | lab(42.5 64.2 -34.9) |
| LCH | lch(42.5 73.1 331.5) |
| OKLCH | oklch(0.531 0.208 332.6) |
Copy-ready code
/* CSS */
color: #ac289f;
background-color: #ac289f;
/* Tailwind (arbitrary) */
class="text-[#ac289f] bg-[#ac289f]"
/* SCSS */
$brand: #ac289f;
/* SwiftUI */
Color(red: 0.675, green: 0.157, blue: 0.624)
/* Android */
Color.parseColor("#ac289f")Accessibility — WCAG contrast
Aa
#ac289f on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac289f on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green15.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow7.6%
Key (black)32.5%
Color previews
#ac289f text on a black background
contrast 3.56:1
Card sample
#ac289f text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac289f;
Background color
Panel with #ac289f background
background-color: #ac289f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac289f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 40, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 40, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac289f; background: linear-gradient(135deg, #ac289f, #AC2847);