#c71fac
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 172
HSL
310°, 73%, 45%
CMYK
0, 84, 14, 22
Luminance
0.1610
Every format
| HEX | #c71fac |
| RGB | rgb(199, 31, 172) |
| HSL | hsl(310, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 14%, 22%) |
| LAB | lab(47.1 74.0 -35.0) |
| LCH | lch(47.1 81.8 334.7) |
| OKLCH | oklch(0.576 0.238 336.3) |
Copy-ready code
/* CSS */
color: #c71fac;
background-color: #c71fac;
/* Tailwind (arbitrary) */
class="text-[#c71fac] bg-[#c71fac]"
/* SCSS */
$brand: #c71fac;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.675)
/* Android */
Color.parseColor("#c71fac")Accessibility — WCAG contrast
Aa
#c71fac on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fac on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow13.6%
Key (black)22.0%
Color previews
#c71fac text on a black background
contrast 4.22:1
Card sample
#c71fac text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fac;
Background color
Panel with #c71fac background
background-color: #c71fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fac; background: linear-gradient(135deg, #c71fac, #C71F3C);