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