#c71fcf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 31, 207
HSL
297°, 74%, 47%
CMYK
4, 85, 0, 19
Luminance
0.1763
Every format
| HEX | #c71fcf |
| RGB | rgb(199, 31, 207) |
| HSL | hsl(297, 74%, 47%) |
| CMYK | cmyk(4%, 85%, 0%, 19%) |
| LAB | lab(49.0 79.1 -52.3) |
| LCH | lch(49.0 94.8 326.5) |
| OKLCH | oklch(0.596 0.261 326.1) |
Copy-ready code
/* CSS */
color: #c71fcf;
background-color: #c71fcf;
/* Tailwind (arbitrary) */
class="text-[#c71fcf] bg-[#c71fcf]"
/* SCSS */
$brand: #c71fcf;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.812)
/* Android */
Color.parseColor("#c71fcf")Accessibility — WCAG contrast
Aa
#c71fcf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fcf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta85.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c71fcf text on a black background
contrast 4.53:1
Card sample
#c71fcf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fcf;
Background color
Panel with #c71fcf background
background-color: #c71fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fcf; background: linear-gradient(135deg, #c71fcf, #CF1F62);