#c72049
a balanced, vivid red · warm · closest name: crimson
RGB
199, 32, 73
HSL
345°, 72%, 45%
CMYK
0, 84, 63, 22
Luminance
0.1366
Every format
| HEX | #c72049 |
| RGB | rgb(199, 32, 73) |
| HSL | hsl(345, 72%, 45%) |
| CMYK | cmyk(0%, 84%, 63%, 22%) |
| LAB | lab(43.7 64.0 20.6) |
| LCH | lch(43.7 67.3 17.9) |
| OKLCH | oklch(0.540 0.198 14.6) |
Copy-ready code
/* CSS */
color: #c72049;
background-color: #c72049;
/* Tailwind (arbitrary) */
class="text-[#c72049] bg-[#c72049]"
/* SCSS */
$brand: #c72049;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.286)
/* Android */
Color.parseColor("#c72049")Accessibility — WCAG contrast
Aa
#c72049 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72049 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow63.3%
Key (black)22.0%
Color previews
#c72049 text on a black background
contrast 3.73:1
Card sample
#c72049 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72049;
Background color
Panel with #c72049 background
background-color: #c72049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72049; background: linear-gradient(135deg, #c72049, #C76620);