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