#c71f7f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 127
HSL
326°, 73%, 45%
CMYK
0, 84, 36, 22
Luminance
0.1465
Every format
| HEX | #c71f7f |
| RGB | rgb(199, 31, 127) |
| HSL | hsl(326, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 36%, 22%) |
| LAB | lab(45.2 68.6 -10.9) |
| LCH | lch(45.2 69.4 351.0) |
| OKLCH | oklch(0.555 0.213 352.4) |
Copy-ready code
/* CSS */
color: #c71f7f;
background-color: #c71f7f;
/* Tailwind (arbitrary) */
class="text-[#c71f7f] bg-[#c71f7f]"
/* SCSS */
$brand: #c71f7f;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.498)
/* Android */
Color.parseColor("#c71f7f")Accessibility — WCAG contrast
Aa
#c71f7f on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71f7f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow36.2%
Key (black)22.0%
Color previews
#c71f7f text on a black background
contrast 3.93:1
Card sample
#c71f7f text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71f7f;
Background color
Panel with #c71f7f background
background-color: #c71f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71f7f; background: linear-gradient(135deg, #c71f7f, #C72F1F);