#c71fb7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
199, 31, 183
HSL
306°, 73%, 45%
CMYK
0, 84, 8, 22
Luminance
0.1654
Every format
| HEX | #c71fb7 |
| RGB | rgb(199, 31, 183) |
| HSL | hsl(306, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 8%, 22%) |
| LAB | lab(47.7 75.5 -40.6) |
| LCH | lch(47.7 85.7 331.7) |
| OKLCH | oklch(0.582 0.245 332.9) |
Copy-ready code
/* CSS */
color: #c71fb7;
background-color: #c71fb7;
/* Tailwind (arbitrary) */
class="text-[#c71fb7] bg-[#c71fb7]"
/* SCSS */
$brand: #c71fb7;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.718)
/* Android */
Color.parseColor("#c71fb7")Accessibility — WCAG contrast
Aa
#c71fb7 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fb7 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow8.0%
Key (black)22.0%
Color previews
#c71fb7 text on a black background
contrast 4.31:1
Card sample
#c71fb7 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fb7;
Background color
Panel with #c71fb7 background
background-color: #c71fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fb7; background: linear-gradient(135deg, #c71fb7, #C71F47);