#c71668
a dark, electric magenta / pink · warm · closest name: crimson
RGB
199, 22, 104
HSL
332°, 80%, 43%
CMYK
0, 89, 48, 22
Luminance
0.1372
Every format
| HEX | #c71668 |
| RGB | rgb(199, 22, 104) |
| HSL | hsl(332, 80%, 43%) |
| CMYK | cmyk(0%, 89%, 48%, 22%) |
| LAB | lab(43.8 68.1 1.4) |
| LCH | lch(43.8 68.1 1.1) |
| OKLCH | oklch(0.543 0.210 1.1) |
Copy-ready code
/* CSS */
color: #c71668;
background-color: #c71668;
/* Tailwind (arbitrary) */
class="text-[#c71668] bg-[#c71668]"
/* SCSS */
$brand: #c71668;
/* SwiftUI */
Color(red: 0.780, green: 0.086, blue: 0.408)
/* Android */
Color.parseColor("#c71668")Accessibility — WCAG contrast
Aa
#c71668 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71668 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green8.6%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow47.7%
Key (black)22.0%
Color previews
#c71668 text on a black background
contrast 3.74:1
Card sample
#c71668 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71668;
Background color
Panel with #c71668 background
background-color: #c71668;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71668;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 22, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 22, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71668; background: linear-gradient(135deg, #c71668, #C73A16);