#ac0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 15, 186
HSL
295°, 85%, 39%
CMYK
8, 92, 0, 27
Luminance
0.1266
Every format
| HEX | #ac0fba |
| RGB | rgb(172, 15, 186) |
| HSL | hsl(295, 85%, 39%) |
| CMYK | cmyk(8%, 92%, 0%, 27%) |
| LAB | lab(42.3 73.7 -51.3) |
| LCH | lch(42.3 89.8 325.2) |
| OKLCH | oklch(0.535 0.245 324.1) |
Copy-ready code
/* CSS */
color: #ac0fba;
background-color: #ac0fba;
/* Tailwind (arbitrary) */
class="text-[#ac0fba] bg-[#ac0fba]"
/* SCSS */
$brand: #ac0fba;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#ac0fba")Accessibility — WCAG contrast
Aa
#ac0fba on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fba on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#ac0fba text on a black background
contrast 3.53:1
Card sample
#ac0fba text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fba;
Background color
Panel with #ac0fba background
background-color: #ac0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fba; background: linear-gradient(135deg, #ac0fba, #BA0F56);