#cc4471
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
204, 68, 113
HSL
340°, 57%, 53%
CMYK
0, 67, 45, 20
Luminance
0.1816
Every format
| HEX | #cc4471 |
| RGB | rgb(204, 68, 113) |
| HSL | hsl(340, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 45%, 20%) |
| LAB | lab(49.7 57.1 4.4) |
| LCH | lch(49.7 57.2 4.4) |
| OKLCH | oklch(0.589 0.175 3.9) |
Copy-ready code
/* CSS */
color: #cc4471;
background-color: #cc4471;
/* Tailwind (arbitrary) */
class="text-[#cc4471] bg-[#cc4471]"
/* SCSS */
$brand: #cc4471;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.443)
/* Android */
Color.parseColor("#cc4471")Accessibility — WCAG contrast
Aa
#cc4471 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4471 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow44.6%
Key (black)20.0%
Color previews
#cc4471 text on a black background
contrast 4.63:1
Card sample
#cc4471 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4471;
Background color
Panel with #cc4471 background
background-color: #cc4471;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4471;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4471; background: linear-gradient(135deg, #cc4471, #CC7144);