#c71fc2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 194
HSL
302°, 73%, 45%
CMYK
0, 84, 3, 22
Luminance
0.1702
Every format
| HEX | #c71fc2 |
| RGB | rgb(199, 31, 194) |
| HSL | hsl(302, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 3%, 22%) |
| LAB | lab(48.3 77.1 -46.0) |
| LCH | lch(48.3 89.8 329.2) |
| OKLCH | oklch(0.588 0.252 329.6) |
Copy-ready code
/* CSS */
color: #c71fc2;
background-color: #c71fc2;
/* Tailwind (arbitrary) */
class="text-[#c71fc2] bg-[#c71fc2]"
/* SCSS */
$brand: #c71fc2;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.761)
/* Android */
Color.parseColor("#c71fc2")Accessibility — WCAG contrast
Aa
#c71fc2 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fc2 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow2.5%
Key (black)22.0%
Color previews
#c71fc2 text on a black background
contrast 4.40:1
Card sample
#c71fc2 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fc2;
Background color
Panel with #c71fc2 background
background-color: #c71fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fc2; background: linear-gradient(135deg, #c71fc2, #C71F52);