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