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