#cc115a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 17, 90
HSL
337°, 85%, 43%
CMYK
0, 92, 56, 20
Luminance
0.1398
Every format
| HEX | #cc115a |
| RGB | rgb(204, 17, 90) |
| HSL | hsl(337, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 56%, 20%) |
| LAB | lab(44.2 69.0 10.8) |
| LCH | lch(44.2 69.8 8.9) |
| OKLCH | oklch(0.547 0.212 7.4) |
Copy-ready code
/* CSS */
color: #cc115a;
background-color: #cc115a;
/* Tailwind (arbitrary) */
class="text-[#cc115a] bg-[#cc115a]"
/* SCSS */
$brand: #cc115a;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.353)
/* Android */
Color.parseColor("#cc115a")Accessibility — WCAG contrast
Aa
#cc115a on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc115a on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow55.9%
Key (black)20.0%
Color previews
#cc115a text on a black background
contrast 3.80:1
Card sample
#cc115a text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc115a;
Background color
Panel with #cc115a background
background-color: #cc115a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc115a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc115a; background: linear-gradient(135deg, #cc115a, #CC4511);