#c4635a
a balanced, vivid red · warm · closest name: salmon
RGB
196, 99, 90
HSL
5°, 47%, 56%
CMYK
0, 50, 54, 23
Luminance
0.2140
Every format
| HEX | #c4635a |
| RGB | rgb(196, 99, 90) |
| HSL | hsl(5, 47%, 56%) |
| CMYK | cmyk(0%, 50%, 54%, 23%) |
| LAB | lab(53.4 37.8 23.0) |
| LCH | lch(53.4 44.3 31.3) |
| OKLCH | oklch(0.613 0.126 26.8) |
Copy-ready code
/* CSS */
color: #c4635a;
background-color: #c4635a;
/* Tailwind (arbitrary) */
class="text-[#c4635a] bg-[#c4635a]"
/* SCSS */
$brand: #c4635a;
/* SwiftUI */
Color(red: 0.769, green: 0.388, blue: 0.353)
/* Android */
Color.parseColor("#c4635a")Accessibility — WCAG contrast
Aa
#c4635a on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c4635a on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.8%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow54.1%
Key (black)23.1%
Color previews
#c4635a text on a black background
contrast 5.28:1
Card sample
#c4635a text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4635a;
Background color
Panel with #c4635a background
background-color: #c4635a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4635a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 99, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 99, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4635a; background: linear-gradient(135deg, #c4635a, #C4AA5A);