#c71f99
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 153
HSL
316°, 73%, 45%
CMYK
0, 84, 23, 22
Luminance
0.1542
Every format
| HEX | #c71f99 |
| RGB | rgb(199, 31, 153) |
| HSL | hsl(316, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 23%, 22%) |
| LAB | lab(46.2 71.5 -25.1) |
| LCH | lch(46.2 75.8 340.7) |
| OKLCH | oklch(0.567 0.226 342.7) |
Copy-ready code
/* CSS */
color: #c71f99;
background-color: #c71f99;
/* Tailwind (arbitrary) */
class="text-[#c71f99] bg-[#c71f99]"
/* SCSS */
$brand: #c71f99;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.600)
/* Android */
Color.parseColor("#c71f99")Accessibility — WCAG contrast
Aa
#c71f99 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71f99 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow23.1%
Key (black)22.0%
Color previews
#c71f99 text on a black background
contrast 4.08:1
Card sample
#c71f99 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71f99;
Background color
Panel with #c71f99 background
background-color: #c71f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71f99; background: linear-gradient(135deg, #c71f99, #C71F29);