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