#c52f49
a balanced, vivid red · warm · closest name: crimson
RGB
197, 47, 73
HSL
350°, 62%, 48%
CMYK
0, 76, 63, 23
Luminance
0.1438
Every format
| HEX | #c52f49 |
| RGB | rgb(197, 47, 73) |
| HSL | hsl(350, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 63%, 23%) |
| LAB | lab(44.8 59.4 21.9) |
| LCH | lch(44.8 63.3 20.3) |
| OKLCH | oklch(0.547 0.185 16.6) |
Copy-ready code
/* CSS */
color: #c52f49;
background-color: #c52f49;
/* Tailwind (arbitrary) */
class="text-[#c52f49] bg-[#c52f49]"
/* SCSS */
$brand: #c52f49;
/* SwiftUI */
Color(red: 0.773, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#c52f49")Accessibility — WCAG contrast
Aa
#c52f49 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52f49 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow62.9%
Key (black)22.7%
Color previews
#c52f49 text on a black background
contrast 3.88:1
Card sample
#c52f49 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52f49;
Background color
Panel with #c52f49 background
background-color: #c52f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52f49; background: linear-gradient(135deg, #c52f49, #C5792F);