#c77373
a balanced, soft red · warm · closest name: salmon
RGB
199, 115, 115
HSL
0°, 43%, 62%
CMYK
0, 42, 42, 22
Luminance
0.2564
Every format
| HEX | #c77373 |
| RGB | rgb(199, 115, 115) |
| HSL | hsl(0, 43%, 62%) |
| CMYK | cmyk(0%, 42%, 42%, 22%) |
| LAB | lab(57.7 33.0 14.4) |
| LCH | lch(57.7 36.0 23.7) |
| OKLCH | oklch(0.648 0.106 20.4) |
Copy-ready code
/* CSS */
color: #c77373;
background-color: #c77373;
/* Tailwind (arbitrary) */
class="text-[#c77373] bg-[#c77373]"
/* SCSS */
$brand: #c77373;
/* SwiftUI */
Color(red: 0.780, green: 0.451, blue: 0.451)
/* Android */
Color.parseColor("#c77373")Accessibility — WCAG contrast
Aa
#c77373 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c77373 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green45.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow42.2%
Key (black)22.0%
Color previews
#c77373 text on a black background
contrast 6.13:1
Card sample
#c77373 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77373;
Background color
Panel with #c77373 background
background-color: #c77373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 115, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 115, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77373; background: linear-gradient(135deg, #c77373, #C7AB73);