#c71464
a dark, electric magenta / pink · warm · closest name: crimson
RGB
199, 20, 100
HSL
333°, 82%, 43%
CMYK
0, 90, 50, 22
Luminance
0.1356
Every format
| HEX | #c71464 |
| RGB | rgb(199, 20, 100) |
| HSL | hsl(333, 82%, 43%) |
| CMYK | cmyk(0%, 90%, 50%, 22%) |
| LAB | lab(43.6 68.1 3.5) |
| LCH | lch(43.6 68.2 3.0) |
| OKLCH | oklch(0.541 0.209 2.7) |
Copy-ready code
/* CSS */
color: #c71464;
background-color: #c71464;
/* Tailwind (arbitrary) */
class="text-[#c71464] bg-[#c71464]"
/* SCSS */
$brand: #c71464;
/* SwiftUI */
Color(red: 0.780, green: 0.078, blue: 0.392)
/* Android */
Color.parseColor("#c71464")Accessibility — WCAG contrast
Aa
#c71464 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71464 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green7.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow49.7%
Key (black)22.0%
Color previews
#c71464 text on a black background
contrast 3.71:1
Card sample
#c71464 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71464;
Background color
Panel with #c71464 background
background-color: #c71464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 20, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 20, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71464; background: linear-gradient(135deg, #c71464, #C73B14);