#c4635e
a balanced, vivid red · warm · closest name: salmon
RGB
196, 99, 94
HSL
3°, 46%, 57%
CMYK
0, 50, 52, 23
Luminance
0.2147
Every format
| HEX | #c4635e |
| RGB | rgb(196, 99, 94) |
| HSL | hsl(3, 46%, 57%) |
| CMYK | cmyk(0%, 50%, 52%, 23%) |
| LAB | lab(53.5 38.2 20.8) |
| LCH | lch(53.5 43.5 28.6) |
| OKLCH | oklch(0.613 0.125 24.4) |
Copy-ready code
/* CSS */
color: #c4635e;
background-color: #c4635e;
/* Tailwind (arbitrary) */
class="text-[#c4635e] bg-[#c4635e]"
/* SCSS */
$brand: #c4635e;
/* SwiftUI */
Color(red: 0.769, green: 0.388, blue: 0.369)
/* Android */
Color.parseColor("#c4635e")Accessibility — WCAG contrast
Aa
#c4635e on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c4635e on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.8%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow52.0%
Key (black)23.1%
Color previews
#c4635e text on a black background
contrast 5.29:1
Card sample
#c4635e text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4635e;
Background color
Panel with #c4635e background
background-color: #c4635e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4635e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 99, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 99, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4635e; background: linear-gradient(135deg, #c4635e, #C4A75E);