#c16473
a balanced, soft red · warm · closest name: salmon
RGB
193, 100, 115
HSL
350°, 43%, 58%
CMYK
0, 48, 40, 24
Luminance
0.2169
Every format
| HEX | #c16473 |
| RGB | rgb(193, 100, 115) |
| HSL | hsl(350, 43%, 58%) |
| CMYK | cmyk(0%, 48%, 40%, 24%) |
| LAB | lab(53.7 38.7 8.7) |
| LCH | lch(53.7 39.6 12.7) |
| OKLCH | oklch(0.616 0.119 11.0) |
Copy-ready code
/* CSS */
color: #c16473;
background-color: #c16473;
/* Tailwind (arbitrary) */
class="text-[#c16473] bg-[#c16473]"
/* SCSS */
$brand: #c16473;
/* SwiftUI */
Color(red: 0.757, green: 0.392, blue: 0.451)
/* Android */
Color.parseColor("#c16473")Accessibility — WCAG contrast
Aa
#c16473 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c16473 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green39.2%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow40.4%
Key (black)24.3%
Color previews
#c16473 text on a black background
contrast 5.34:1
Card sample
#c16473 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c16473;
Background color
Panel with #c16473 background
background-color: #c16473;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c16473;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 100, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 100, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c16473; background: linear-gradient(135deg, #c16473, #C19364);