#cc1155
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 17, 85
HSL
338°, 85%, 43%
CMYK
0, 92, 58, 20
Luminance
0.1389
Every format
| HEX | #cc1155 |
| RGB | rgb(204, 17, 85) |
| HSL | hsl(338, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 58%, 20%) |
| LAB | lab(44.1 68.7 13.8) |
| LCH | lch(44.1 70.0 11.3) |
| OKLCH | oklch(0.545 0.211 9.4) |
Copy-ready code
/* CSS */
color: #cc1155;
background-color: #cc1155;
/* Tailwind (arbitrary) */
class="text-[#cc1155] bg-[#cc1155]"
/* SCSS */
$brand: #cc1155;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.333)
/* Android */
Color.parseColor("#cc1155")Accessibility — WCAG contrast
Aa
#cc1155 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1155 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow58.3%
Key (black)20.0%
Color previews
#cc1155 text on a black background
contrast 3.78:1
Card sample
#cc1155 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1155;
Background color
Panel with #cc1155 background
background-color: #cc1155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1155; background: linear-gradient(135deg, #cc1155, #CC4A11);