#c97777
a balanced, soft red · warm · closest name: salmon
RGB
201, 119, 119
HSL
0°, 43%, 63%
CMYK
0, 41, 41, 21
Luminance
0.2694
Every format
| HEX | #c97777 |
| RGB | rgb(201, 119, 119) |
| HSL | hsl(0, 43%, 63%) |
| CMYK | cmyk(0%, 41%, 41%, 21%) |
| LAB | lab(58.9 32.0 13.9) |
| LCH | lch(58.9 34.9 23.4) |
| OKLCH | oklch(0.658 0.103 20.2) |
Copy-ready code
/* CSS */
color: #c97777;
background-color: #c97777;
/* Tailwind (arbitrary) */
class="text-[#c97777] bg-[#c97777]"
/* SCSS */
$brand: #c97777;
/* SwiftUI */
Color(red: 0.788, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#c97777")Accessibility — WCAG contrast
Aa
#c97777 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97777 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow40.8%
Key (black)21.2%
Color previews
#c97777 text on a black background
contrast 6.39:1
Card sample
#c97777 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97777;
Background color
Panel with #c97777 background
background-color: #c97777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97777; background: linear-gradient(135deg, #c97777, #C9AE77);