#c55152
a balanced, vivid red · warm · closest name: salmon
RGB
197, 81, 82
HSL
360°, 50%, 55%
CMYK
0, 59, 58, 23
Luminance
0.1836
Every format
| HEX | #c55152 |
| RGB | rgb(197, 81, 82) |
| HSL | hsl(360, 50%, 55%) |
| CMYK | cmyk(0%, 59%, 58%, 23%) |
| LAB | lab(49.9 46.5 23.2) |
| LCH | lch(49.9 51.9 26.6) |
| OKLCH | oklch(0.586 0.149 22.3) |
Copy-ready code
/* CSS */
color: #c55152;
background-color: #c55152;
/* Tailwind (arbitrary) */
class="text-[#c55152] bg-[#c55152]"
/* SCSS */
$brand: #c55152;
/* SwiftUI */
Color(red: 0.773, green: 0.318, blue: 0.322)
/* Android */
Color.parseColor("#c55152")Accessibility — WCAG contrast
Aa
#c55152 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55152 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green31.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow58.4%
Key (black)22.7%
Color previews
#c55152 text on a black background
contrast 4.67:1
Card sample
#c55152 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55152;
Background color
Panel with #c55152 background
background-color: #c55152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 81, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 81, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55152; background: linear-gradient(135deg, #c55152, #C59D51);