#c71cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 28, 223
HSL
293°, 78%, 49%
CMYK
11, 87, 0, 13
Luminance
0.1830
Every format
| HEX | #c71cdf |
| RGB | rgb(199, 28, 223) |
| HSL | hsl(293, 78%, 49%) |
| CMYK | cmyk(11%, 87%, 0%, 13%) |
| LAB | lab(49.9 82.1 -60.2) |
| LCH | lch(49.9 101.8 323.8) |
| OKLCH | oklch(0.605 0.274 322.0) |
Copy-ready code
/* CSS */
color: #c71cdf;
background-color: #c71cdf;
/* Tailwind (arbitrary) */
class="text-[#c71cdf] bg-[#c71cdf]"
/* SCSS */
$brand: #c71cdf;
/* SwiftUI */
Color(red: 0.780, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#c71cdf")Accessibility — WCAG contrast
Aa
#c71cdf on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71cdf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.0%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c71cdf text on a black background
contrast 4.66:1
Card sample
#c71cdf text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71cdf;
Background color
Panel with #c71cdf background
background-color: #c71cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71cdf; background: linear-gradient(135deg, #c71cdf, #DF1C75);