#c71f9c
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 156
HSL
315°, 73%, 45%
CMYK
0, 84, 22, 22
Luminance
0.1552
Every format
| HEX | #c71f9c |
| RGB | rgb(199, 31, 156) |
| HSL | hsl(315, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 22%, 22%) |
| LAB | lab(46.4 71.9 -26.7) |
| LCH | lch(46.4 76.7 339.6) |
| OKLCH | oklch(0.568 0.228 341.6) |
Copy-ready code
/* CSS */
color: #c71f9c;
background-color: #c71f9c;
/* Tailwind (arbitrary) */
class="text-[#c71f9c] bg-[#c71f9c]"
/* SCSS */
$brand: #c71f9c;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.612)
/* Android */
Color.parseColor("#c71f9c")Accessibility — WCAG contrast
Aa
#c71f9c on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71f9c on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow21.6%
Key (black)22.0%
Color previews
#c71f9c text on a black background
contrast 4.10:1
Card sample
#c71f9c text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71f9c;
Background color
Panel with #c71f9c background
background-color: #c71f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71f9c; background: linear-gradient(135deg, #c71f9c, #C71F2C);