#c3545f
a balanced, vivid red · warm · closest name: salmon
RGB
195, 84, 95
HSL
354°, 48%, 55%
CMYK
0, 57, 51, 24
Luminance
0.1877
Every format
| HEX | #c3545f |
| RGB | rgb(195, 84, 95) |
| HSL | hsl(354, 48%, 55%) |
| CMYK | cmyk(0%, 57%, 51%, 24%) |
| LAB | lab(50.4 45.4 16.1) |
| LCH | lch(50.4 48.1 19.5) |
| OKLCH | oklch(0.590 0.142 16.5) |
Copy-ready code
/* CSS */
color: #c3545f;
background-color: #c3545f;
/* Tailwind (arbitrary) */
class="text-[#c3545f] bg-[#c3545f]"
/* SCSS */
$brand: #c3545f;
/* SwiftUI */
Color(red: 0.765, green: 0.329, blue: 0.373)
/* Android */
Color.parseColor("#c3545f")Accessibility — WCAG contrast
Aa
#c3545f on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c3545f on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green32.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow51.3%
Key (black)23.5%
Color previews
#c3545f text on a black background
contrast 4.75:1
Card sample
#c3545f text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3545f;
Background color
Panel with #c3545f background
background-color: #c3545f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3545f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 84, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 84, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3545f; background: linear-gradient(135deg, #c3545f, #C39354);