#c71cfd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 28, 253
HSL
286°, 98%, 55%
CMYK
21, 89, 0, 1
Luminance
0.2006
Every format
| HEX | #c71cfd |
| RGB | rgb(199, 28, 253) |
| HSL | hsl(286, 98%, 55%) |
| CMYK | cmyk(21%, 89%, 0%, 1%) |
| LAB | lab(51.9 87.2 -73.7) |
| LCH | lch(51.9 114.2 319.8) |
| OKLCH | oklch(0.625 0.296 315.2) |
Copy-ready code
/* CSS */
color: #c71cfd;
background-color: #c71cfd;
/* Tailwind (arbitrary) */
class="text-[#c71cfd] bg-[#c71cfd]"
/* SCSS */
$brand: #c71cfd;
/* SwiftUI */
Color(red: 0.780, green: 0.110, blue: 0.992)
/* Android */
Color.parseColor("#c71cfd")Accessibility — WCAG contrast
Aa
#c71cfd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71cfd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.0%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta88.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c71cfd text on a black background
contrast 5.01:1
Card sample
#c71cfd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71cfd;
Background color
Panel with #c71cfd background
background-color: #c71cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 28, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 28, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71cfd; background: linear-gradient(135deg, #c71cfd, #FD1C9D);