#c71dfb
a balanced, electric violet · warm · closest name: magenta
RGB
199, 29, 251
HSL
286°, 97%, 55%
CMYK
21, 88, 0, 2
Luminance
0.1999
Every format
| HEX | #c71dfb |
| RGB | rgb(199, 29, 251) |
| HSL | hsl(286, 97%, 55%) |
| CMYK | cmyk(21%, 88%, 0%, 2%) |
| LAB | lab(51.8 86.7 -72.8) |
| LCH | lch(51.8 113.2 320.0) |
| OKLCH | oklch(0.624 0.294 315.6) |
Copy-ready code
/* CSS */
color: #c71dfb;
background-color: #c71dfb;
/* Tailwind (arbitrary) */
class="text-[#c71dfb] bg-[#c71dfb]"
/* SCSS */
$brand: #c71dfb;
/* SwiftUI */
Color(red: 0.780, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#c71dfb")Accessibility — WCAG contrast
Aa
#c71dfb on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71dfb on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.4%
Blue98.4%
CMYK percentages
Cyan20.7%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c71dfb text on a black background
contrast 5.00:1
Card sample
#c71dfb text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71dfb;
Background color
Panel with #c71dfb background
background-color: #c71dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71dfb; background: linear-gradient(135deg, #c71dfb, #FB1D9B);