#c71685
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 22, 133
HSL
322°, 80%, 43%
CMYK
0, 89, 33, 22
Luminance
0.1441
Every format
| HEX | #c71685 |
| RGB | rgb(199, 22, 133) |
| HSL | hsl(322, 80%, 43%) |
| CMYK | cmyk(0%, 89%, 33%, 22%) |
| LAB | lab(44.8 70.8 -15.1) |
| LCH | lch(44.8 72.4 348.0) |
| OKLCH | oklch(0.554 0.221 349.7) |
Copy-ready code
/* CSS */
color: #c71685;
background-color: #c71685;
/* Tailwind (arbitrary) */
class="text-[#c71685] bg-[#c71685]"
/* SCSS */
$brand: #c71685;
/* SwiftUI */
Color(red: 0.780, green: 0.086, blue: 0.522)
/* Android */
Color.parseColor("#c71685")Accessibility — WCAG contrast
Aa
#c71685 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71685 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green8.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow33.2%
Key (black)22.0%
Color previews
#c71685 text on a black background
contrast 3.88:1
Card sample
#c71685 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71685;
Background color
Panel with #c71685 background
background-color: #c71685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 22, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 22, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71685; background: linear-gradient(135deg, #c71685, #C71D16);