#c71fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 31, 211
HSL
296°, 74%, 48%
CMYK
6, 85, 0, 17
Luminance
0.1783
Every format
| HEX | #c71fd3 |
| RGB | rgb(199, 31, 211) |
| HSL | hsl(296, 74%, 48%) |
| CMYK | cmyk(6%, 85%, 0%, 17%) |
| LAB | lab(49.3 79.7 -54.2) |
| LCH | lch(49.3 96.4 325.8) |
| OKLCH | oklch(0.598 0.264 325.0) |
Copy-ready code
/* CSS */
color: #c71fd3;
background-color: #c71fd3;
/* Tailwind (arbitrary) */
class="text-[#c71fd3] bg-[#c71fd3]"
/* SCSS */
$brand: #c71fd3;
/* SwiftUI */
Color(red: 0.780, green: 0.122, blue: 0.827)
/* Android */
Color.parseColor("#c71fd3")Accessibility — WCAG contrast
Aa
#c71fd3 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71fd3 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.2%
Blue82.7%
CMYK percentages
Cyan5.7%
Magenta85.3%
Yellow0.0%
Key (black)17.3%
Color previews
#c71fd3 text on a black background
contrast 4.57:1
Card sample
#c71fd3 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71fd3;
Background color
Panel with #c71fd3 background
background-color: #c71fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 31, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 31, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71fd3; background: linear-gradient(135deg, #c71fd3, #D31F67);