#cc1188
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 17, 136
HSL
322°, 85%, 43%
CMYK
0, 92, 33, 20
Luminance
0.1502
Every format
| HEX | #cc1188 |
| RGB | rgb(204, 17, 136) |
| HSL | hsl(322, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 33%, 20%) |
| LAB | lab(45.7 72.9 -15.6) |
| LCH | lch(45.7 74.6 348.0) |
| OKLCH | oklch(0.562 0.228 349.7) |
Copy-ready code
/* CSS */
color: #cc1188;
background-color: #cc1188;
/* Tailwind (arbitrary) */
class="text-[#cc1188] bg-[#cc1188]"
/* SCSS */
$brand: #cc1188;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#cc1188")Accessibility — WCAG contrast
Aa
#cc1188 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1188 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow33.3%
Key (black)20.0%
Color previews
#cc1188 text on a black background
contrast 4.00:1
Card sample
#cc1188 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1188;
Background color
Panel with #cc1188 background
background-color: #cc1188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1188; background: linear-gradient(135deg, #cc1188, #CC1711);