#c71fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 31, 223
HSL
293°, 76%, 50%
CMYK
11, 86, 0, 13
Luminance
0.1845
Every format
| HEX | #c71fdf |
| RGB | rgb(199, 31, 223) |
| HSL | hsl(293, 76%, 50%) |
| CMYK | cmyk(11%, 86%, 0%, 13%) |
| LAB | lab(50.0 81.6 -59.9) |
| LCH | lch(50.0 101.2 323.7) |
| OKLCH | oklch(0.606 0.273 322.0) |
Copy-ready code
/* CSS */
color: #c71fdf;
background-color: #c71fdf;
/* Tailwind (arbitrary) */
class="text-[#c71fdf] bg-[#c71fdf]"
/* SCSS */
$brand: #c71fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#c71fdf")Accessibility — WCAG contrast
Aa
#c71fdf on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71fdf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c71fdf text on a black background
contrast 4.69:1
Card sample
#c71fdf text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fdf;
Background color
Panel with #c71fdf background
background-color: #c71fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fdf; background: linear-gradient(135deg, #c71fdf, #DF1F77);