#cc6677
a balanced, vivid red · warm · closest name: salmon
RGB
204, 102, 119
HSL
350°, 50%, 60%
CMYK
0, 50, 42, 20
Luminance
0.2367
Every format
| HEX | #cc6677 |
| RGB | rgb(204, 102, 119) |
| HSL | hsl(350, 50%, 60%) |
| CMYK | cmyk(0%, 50%, 42%, 20%) |
| LAB | lab(55.8 42.0 9.5) |
| LCH | lch(55.8 43.1 12.7) |
| OKLCH | oklch(0.635 0.130 11.0) |
Copy-ready code
/* CSS */
color: #cc6677;
background-color: #cc6677;
/* Tailwind (arbitrary) */
class="text-[#cc6677] bg-[#cc6677]"
/* SCSS */
$brand: #cc6677;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#cc6677")Accessibility — WCAG contrast
Aa
#cc6677 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6677 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow41.7%
Key (black)20.0%
Color previews
#cc6677 text on a black background
contrast 5.73:1
Card sample
#cc6677 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6677;
Background color
Panel with #cc6677 background
background-color: #cc6677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6677; background: linear-gradient(135deg, #cc6677, #CC9966);