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