#ac0055
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 0, 85
HSL
330°, 100%, 34%
CMYK
0, 100, 51, 33
Luminance
0.0943
Every format
| HEX | #ac0055 |
| RGB | rgb(172, 0, 85) |
| HSL | hsl(330, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 51%, 33%) |
| LAB | lab(36.8 63.0 2.5) |
| LCH | lch(36.8 63.0 2.3) |
| OKLCH | oklch(0.481 0.194 2.1) |
Copy-ready code
/* CSS */
color: #ac0055;
background-color: #ac0055;
/* Tailwind (arbitrary) */
class="text-[#ac0055] bg-[#ac0055]"
/* SCSS */
$brand: #ac0055;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#ac0055")Accessibility — WCAG contrast
Aa
#ac0055 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0055 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.6%
Key (black)32.5%
Color previews
#ac0055 text on a black background
contrast 2.89:1
Card sample
#ac0055 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0055;
Background color
Panel with #ac0055 background
background-color: #ac0055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0055; background: linear-gradient(135deg, #ac0055, #AC1E00);