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