#cc7777
a balanced, vivid red · warm · closest name: salmon
RGB
204, 119, 119
HSL
0°, 46%, 63%
CMYK
0, 42, 42, 20
Luminance
0.2736
Every format
| HEX | #cc7777 |
| RGB | rgb(204, 119, 119) |
| HSL | hsl(0, 46%, 63%) |
| CMYK | cmyk(0%, 42%, 42%, 20%) |
| LAB | lab(59.3 33.2 14.5) |
| LCH | lch(59.3 36.2 23.6) |
| OKLCH | oklch(0.662 0.107 20.3) |
Copy-ready code
/* CSS */
color: #cc7777;
background-color: #cc7777;
/* Tailwind (arbitrary) */
class="text-[#cc7777] bg-[#cc7777]"
/* SCSS */
$brand: #cc7777;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#cc7777")Accessibility — WCAG contrast
Aa
#cc7777 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7777 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow41.7%
Key (black)20.0%
Color previews
#cc7777 text on a black background
contrast 6.47:1
Card sample
#cc7777 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7777;
Background color
Panel with #cc7777 background
background-color: #cc7777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7777; background: linear-gradient(135deg, #cc7777, #CCB077);