#c71f8a
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 138
HSL
322°, 73%, 45%
CMYK
0, 84, 31, 22
Luminance
0.1496
Every format
| HEX | #c71f8a |
| RGB | rgb(199, 31, 138) |
| HSL | hsl(322, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 31%, 22%) |
| LAB | lab(45.6 69.8 -17.0) |
| LCH | lch(45.6 71.8 346.3) |
| OKLCH | oklch(0.560 0.218 348.2) |
Copy-ready code
/* CSS */
color: #c71f8a;
background-color: #c71f8a;
/* Tailwind (arbitrary) */
class="text-[#c71f8a] bg-[#c71f8a]"
/* SCSS */
$brand: #c71f8a;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.541)
/* Android */
Color.parseColor("#c71f8a")Accessibility — WCAG contrast
Aa
#c71f8a on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71f8a on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow30.7%
Key (black)22.0%
Color previews
#c71f8a text on a black background
contrast 3.99:1
Card sample
#c71f8a text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71f8a;
Background color
Panel with #c71f8a background
background-color: #c71f8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71f8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71f8a; background: linear-gradient(135deg, #c71f8a, #C7241F);