#c71c4f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
199, 28, 79
HSL
342°, 75%, 45%
CMYK
0, 86, 60, 22
Luminance
0.1354
Every format
| HEX | #c71c4f |
| RGB | rgb(199, 28, 79) |
| HSL | hsl(342, 75%, 45%) |
| CMYK | cmyk(0%, 86%, 60%, 22%) |
| LAB | lab(43.6 65.2 16.6) |
| LCH | lch(43.6 67.3 14.3) |
| OKLCH | oklch(0.539 0.201 11.8) |
Copy-ready code
/* CSS */
color: #c71c4f;
background-color: #c71c4f;
/* Tailwind (arbitrary) */
class="text-[#c71c4f] bg-[#c71c4f]"
/* SCSS */
$brand: #c71c4f;
/* SwiftUI */
Color(red: 0.780, green: 0.110, blue: 0.310)
/* Android */
Color.parseColor("#c71c4f")Accessibility — WCAG contrast
Aa
#c71c4f on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71c4f on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow60.3%
Key (black)22.0%
Color previews
#c71c4f text on a black background
contrast 3.71:1
Card sample
#c71c4f text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71c4f;
Background color
Panel with #c71c4f background
background-color: #c71c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 28, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 28, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71c4f; background: linear-gradient(135deg, #c71c4f, #C75B1C);