#c45950
a balanced, vivid red · warm · closest name: salmon
RGB
196, 89, 80
HSL
5°, 50%, 54%
CMYK
0, 55, 59, 23
Luminance
0.1946
Every format
| HEX | #c45950 |
| RGB | rgb(196, 89, 80) |
| HSL | hsl(5, 50%, 54%) |
| CMYK | cmyk(0%, 55%, 59%, 23%) |
| LAB | lab(51.2 42.1 26.0) |
| LCH | lch(51.2 49.5 31.7) |
| OKLCH | oklch(0.596 0.139 26.9) |
Copy-ready code
/* CSS */
color: #c45950;
background-color: #c45950;
/* Tailwind (arbitrary) */
class="text-[#c45950] bg-[#c45950]"
/* SCSS */
$brand: #c45950;
/* SwiftUI */
Color(red: 0.769, green: 0.349, blue: 0.314)
/* Android */
Color.parseColor("#c45950")Accessibility — WCAG contrast
Aa
#c45950 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45950 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green34.9%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow59.2%
Key (black)23.1%
Color previews
#c45950 text on a black background
contrast 4.89:1
Card sample
#c45950 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45950;
Background color
Panel with #c45950 background
background-color: #c45950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 89, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 89, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45950; background: linear-gradient(135deg, #c45950, #C4A650);