#ac2cbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 191
HSL
292°, 63%, 46%
CMYK
10, 77, 0, 25
Luminance
0.1433
Every format
| HEX | #ac2cbf |
| RGB | rgb(172, 44, 191) |
| HSL | hsl(292, 63%, 46%) |
| CMYK | cmyk(10%, 77%, 0%, 25%) |
| LAB | lab(44.7 68.3 -50.3) |
| LCH | lch(44.7 84.8 323.6) |
| OKLCH | oklch(0.553 0.229 322.1) |
Copy-ready code
/* CSS */
color: #ac2cbf;
background-color: #ac2cbf;
/* Tailwind (arbitrary) */
class="text-[#ac2cbf] bg-[#ac2cbf]"
/* SCSS */
$brand: #ac2cbf;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.749)
/* Android */
Color.parseColor("#ac2cbf")Accessibility — WCAG contrast
Aa
#ac2cbf on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2cbf on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta77.0%
Yellow0.0%
Key (black)25.1%
Color previews
#ac2cbf text on a black background
contrast 3.87:1
Card sample
#ac2cbf text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2cbf;
Background color
Panel with #ac2cbf background
background-color: #ac2cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2cbf; background: linear-gradient(135deg, #ac2cbf, #BF2C70);