#cc5566
a balanced, vivid red · warm · closest name: salmon
RGB
204, 85, 102
HSL
351°, 54%, 57%
CMYK
0, 58, 50, 20
Luminance
0.2029
Every format
| HEX | #cc5566 |
| RGB | rgb(204, 85, 102) |
| HSL | hsl(351, 54%, 57%) |
| CMYK | cmyk(0%, 58%, 50%, 20%) |
| LAB | lab(52.2 48.7 14.5) |
| LCH | lch(52.2 50.8 16.6) |
| OKLCH | oklch(0.607 0.151 14.1) |
Copy-ready code
/* CSS */
color: #cc5566;
background-color: #cc5566;
/* Tailwind (arbitrary) */
class="text-[#cc5566] bg-[#cc5566]"
/* SCSS */
$brand: #cc5566;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.400)
/* Android */
Color.parseColor("#cc5566")Accessibility — WCAG contrast
Aa
#cc5566 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5566 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow50.0%
Key (black)20.0%
Color previews
#cc5566 text on a black background
contrast 5.06:1
Card sample
#cc5566 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5566;
Background color
Panel with #cc5566 background
background-color: #cc5566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5566; background: linear-gradient(135deg, #cc5566, #CC9355);