#cc7766
a balanced, vivid red · warm · closest name: salmon
RGB
204, 119, 102
HSL
10°, 50%, 60%
CMYK
0, 42, 50, 20
Luminance
0.2699
Every format
| HEX | #cc7766 |
| RGB | rgb(204, 119, 102) |
| HSL | hsl(10, 50%, 60%) |
| CMYK | cmyk(0%, 42%, 50%, 20%) |
| LAB | lab(59.0 31.4 23.7) |
| LCH | lch(59.0 39.4 37.0) |
| OKLCH | oklch(0.658 0.110 32.2) |
Copy-ready code
/* CSS */
color: #cc7766;
background-color: #cc7766;
/* Tailwind (arbitrary) */
class="text-[#cc7766] bg-[#cc7766]"
/* SCSS */
$brand: #cc7766;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#cc7766")Accessibility — WCAG contrast
Aa
#cc7766 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7766 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow50.0%
Key (black)20.0%
Color previews
#cc7766 text on a black background
contrast 6.40:1
Card sample
#cc7766 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7766;
Background color
Panel with #cc7766 background
background-color: #cc7766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7766; background: linear-gradient(135deg, #cc7766, #CCBB66);