#c35f5f
a balanced, vivid red · warm · closest name: salmon
RGB
195, 95, 95
HSL
0°, 46%, 57%
CMYK
0, 51, 51, 24
Luminance
0.2061
Every format
| HEX | #c35f5f |
| RGB | rgb(195, 95, 95) |
| HSL | hsl(0, 46%, 57%) |
| CMYK | cmyk(0%, 51%, 51%, 24%) |
| LAB | lab(52.5 39.9 18.9) |
| LCH | lch(52.5 44.2 25.4) |
| OKLCH | oklch(0.606 0.129 21.6) |
Copy-ready code
/* CSS */
color: #c35f5f;
background-color: #c35f5f;
/* Tailwind (arbitrary) */
class="text-[#c35f5f] bg-[#c35f5f]"
/* SCSS */
$brand: #c35f5f;
/* SwiftUI */
Color(red: 0.765, green: 0.373, blue: 0.373)
/* Android */
Color.parseColor("#c35f5f")Accessibility — WCAG contrast
Aa
#c35f5f on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35f5f on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green37.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow51.3%
Key (black)23.5%
Color previews
#c35f5f text on a black background
contrast 5.12:1
Card sample
#c35f5f text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35f5f;
Background color
Panel with #c35f5f background
background-color: #c35f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 95, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 95, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35f5f; background: linear-gradient(135deg, #c35f5f, #C3A25F);