#c2575f
a balanced, vivid red · warm · closest name: salmon
RGB
194, 87, 95
HSL
356°, 47%, 55%
CMYK
0, 55, 51, 24
Luminance
0.1911
Every format
| HEX | #c2575f |
| RGB | rgb(194, 87, 95) |
| HSL | hsl(356, 47%, 55%) |
| CMYK | cmyk(0%, 55%, 51%, 24%) |
| LAB | lab(50.8 43.6 16.6) |
| LCH | lch(50.8 46.6 20.8) |
| OKLCH | oklch(0.593 0.137 17.7) |
Copy-ready code
/* CSS */
color: #c2575f;
background-color: #c2575f;
/* Tailwind (arbitrary) */
class="text-[#c2575f] bg-[#c2575f]"
/* SCSS */
$brand: #c2575f;
/* SwiftUI */
Color(red: 0.761, green: 0.341, blue: 0.373)
/* Android */
Color.parseColor("#c2575f")Accessibility — WCAG contrast
Aa
#c2575f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c2575f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green34.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow51.0%
Key (black)23.9%
Color previews
#c2575f text on a black background
contrast 4.82:1
Card sample
#c2575f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2575f;
Background color
Panel with #c2575f background
background-color: #c2575f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2575f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 87, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 87, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2575f; background: linear-gradient(135deg, #c2575f, #C29657);