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