#c05353
a balanced, vivid red · warm · closest name: salmon
RGB
192, 83, 83
HSL
0°, 46%, 54%
CMYK
0, 57, 57, 25
Luminance
0.1802
Every format
| HEX | #c05353 |
| RGB | rgb(192, 83, 83) |
| HSL | hsl(0, 46%, 54%) |
| CMYK | cmyk(0%, 57%, 57%, 25%) |
| LAB | lab(49.5 43.8 21.9) |
| LCH | lch(49.5 49.0 26.6) |
| OKLCH | oklch(0.582 0.141 22.5) |
Copy-ready code
/* CSS */
color: #c05353;
background-color: #c05353;
/* Tailwind (arbitrary) */
class="text-[#c05353] bg-[#c05353]"
/* SCSS */
$brand: #c05353;
/* SwiftUI */
Color(red: 0.753, green: 0.325, blue: 0.325)
/* Android */
Color.parseColor("#c05353")Accessibility — WCAG contrast
Aa
#c05353 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c05353 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green32.5%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow56.8%
Key (black)24.7%
Color previews
#c05353 text on a black background
contrast 4.60:1
Card sample
#c05353 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c05353;
Background color
Panel with #c05353 background
background-color: #c05353;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c05353;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 83, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 83, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c05353; background: linear-gradient(135deg, #c05353, #C09C53);