#c97669
a balanced, vivid red · warm · closest name: salmon
RGB
201, 118, 105
HSL
8°, 47%, 60%
CMYK
0, 41, 48, 21
Luminance
0.2639
Every format
| HEX | #c97669 |
| RGB | rgb(201, 118, 105) |
| HSL | hsl(8, 47%, 60%) |
| CMYK | cmyk(0%, 41%, 48%, 21%) |
| LAB | lab(58.4 31.1 21.2) |
| LCH | lch(58.4 37.6 34.3) |
| OKLCH | oklch(0.653 0.107 29.7) |
Copy-ready code
/* CSS */
color: #c97669;
background-color: #c97669;
/* Tailwind (arbitrary) */
class="text-[#c97669] bg-[#c97669]"
/* SCSS */
$brand: #c97669;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.412)
/* Android */
Color.parseColor("#c97669")Accessibility — WCAG contrast
Aa
#c97669 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97669 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow47.8%
Key (black)21.2%
Color previews
#c97669 text on a black background
contrast 6.28:1
Card sample
#c97669 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97669;
Background color
Panel with #c97669 background
background-color: #c97669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97669; background: linear-gradient(135deg, #c97669, #C9B669);