#c45461
a balanced, vivid red · warm · closest name: salmon
RGB
196, 84, 97
HSL
353°, 49%, 55%
CMYK
0, 57, 51, 23
Luminance
0.1894
Every format
| HEX | #c45461 |
| RGB | rgb(196, 84, 97) |
| HSL | hsl(353, 49%, 55%) |
| CMYK | cmyk(0%, 57%, 51%, 23%) |
| LAB | lab(50.6 45.9 15.2) |
| LCH | lch(50.6 48.4 18.3) |
| OKLCH | oklch(0.592 0.143 15.5) |
Copy-ready code
/* CSS */
color: #c45461;
background-color: #c45461;
/* Tailwind (arbitrary) */
class="text-[#c45461] bg-[#c45461]"
/* SCSS */
$brand: #c45461;
/* SwiftUI */
Color(red: 0.769, green: 0.329, blue: 0.380)
/* Android */
Color.parseColor("#c45461")Accessibility — WCAG contrast
Aa
#c45461 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45461 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green32.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow50.5%
Key (black)23.1%
Color previews
#c45461 text on a black background
contrast 4.79:1
Card sample
#c45461 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45461;
Background color
Panel with #c45461 background
background-color: #c45461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 84, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 84, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45461; background: linear-gradient(135deg, #c45461, #C49254);