#cc1171
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 17, 113
HSL
329°, 85%, 43%
CMYK
0, 92, 45, 20
Luminance
0.1443
Every format
| HEX | #cc1171 |
| RGB | rgb(204, 17, 113) |
| HSL | hsl(329, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 45%, 20%) |
| LAB | lab(44.9 70.8 -2.6) |
| LCH | lch(44.9 70.8 357.9) |
| OKLCH | oklch(0.553 0.218 358.4) |
Copy-ready code
/* CSS */
color: #cc1171;
background-color: #cc1171;
/* Tailwind (arbitrary) */
class="text-[#cc1171] bg-[#cc1171]"
/* SCSS */
$brand: #cc1171;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.443)
/* Android */
Color.parseColor("#cc1171")Accessibility — WCAG contrast
Aa
#cc1171 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1171 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow44.6%
Key (black)20.0%
Color previews
#cc1171 text on a black background
contrast 3.89:1
Card sample
#cc1171 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1171;
Background color
Panel with #cc1171 background
background-color: #cc1171;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1171;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1171; background: linear-gradient(135deg, #cc1171, #CC2E11);