#cc4466
a balanced, vivid red · warm · closest name: crimson
RGB
204, 68, 102
HSL
345°, 57%, 53%
CMYK
0, 67, 50, 20
Luminance
0.1793
Every format
| HEX | #cc4466 |
| RGB | rgb(204, 68, 102) |
| HSL | hsl(345, 57%, 53%) |
| CMYK | cmyk(0%, 67%, 50%, 20%) |
| LAB | lab(49.4 56.1 10.7) |
| LCH | lch(49.4 57.1 10.8) |
| OKLCH | oklch(0.586 0.172 9.2) |
Copy-ready code
/* CSS */
color: #cc4466;
background-color: #cc4466;
/* Tailwind (arbitrary) */
class="text-[#cc4466] bg-[#cc4466]"
/* SCSS */
$brand: #cc4466;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.400)
/* Android */
Color.parseColor("#cc4466")Accessibility — WCAG contrast
Aa
#cc4466 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc4466 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow50.0%
Key (black)20.0%
Color previews
#cc4466 text on a black background
contrast 4.59:1
Card sample
#cc4466 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4466;
Background color
Panel with #cc4466 background
background-color: #cc4466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4466; background: linear-gradient(135deg, #cc4466, #CC7D44);