#c72039
a balanced, vivid red · warm · closest name: crimson
RGB
199, 32, 57
HSL
351°, 72%, 45%
CMYK
0, 84, 71, 22
Luminance
0.1347
Every format
| HEX | #c72039 |
| RGB | rgb(199, 32, 57) |
| HSL | hsl(351, 72%, 45%) |
| CMYK | cmyk(0%, 84%, 71%, 22%) |
| LAB | lab(43.5 63.2 30.1) |
| LCH | lch(43.5 70.0 25.5) |
| OKLCH | oklch(0.537 0.198 20.4) |
Copy-ready code
/* CSS */
color: #c72039;
background-color: #c72039;
/* Tailwind (arbitrary) */
class="text-[#c72039] bg-[#c72039]"
/* SCSS */
$brand: #c72039;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.224)
/* Android */
Color.parseColor("#c72039")Accessibility — WCAG contrast
Aa
#c72039 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72039 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow71.4%
Key (black)22.0%
Color previews
#c72039 text on a black background
contrast 3.69:1
Card sample
#c72039 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72039;
Background color
Panel with #c72039 background
background-color: #c72039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72039; background: linear-gradient(135deg, #c72039, #C77620);