#c71fd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 31, 217
HSL
294°, 75%, 49%
CMYK
8, 86, 0, 15
Luminance
0.1813
Every format
| HEX | #c71fd9 |
| RGB | rgb(199, 31, 217) |
| HSL | hsl(294, 75%, 49%) |
| CMYK | cmyk(8%, 86%, 0%, 15%) |
| LAB | lab(49.7 80.6 -57.1) |
| LCH | lch(49.7 98.8 324.7) |
| OKLCH | oklch(0.602 0.268 323.5) |
Copy-ready code
/* CSS */
color: #c71fd9;
background-color: #c71fd9;
/* Tailwind (arbitrary) */
class="text-[#c71fd9] bg-[#c71fd9]"
/* SCSS */
$brand: #c71fd9;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.851)
/* Android */
Color.parseColor("#c71fd9")Accessibility — WCAG contrast
Aa
#c71fd9 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fd9 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue85.1%
CMYK percentages
Cyan8.3%
Magenta85.7%
Yellow0.0%
Key (black)14.9%
Color previews
#c71fd9 text on a black background
contrast 4.63:1
Card sample
#c71fd9 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fd9;
Background color
Panel with #c71fd9 background
background-color: #c71fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fd9; background: linear-gradient(135deg, #c71fd9, #D91F6F);