#c71cff
a balanced, electric violet · warm · closest name: magenta
RGB
199, 28, 255
HSL
285°, 100%, 56%
CMYK
22, 89, 0, 0
Luminance
0.2019
Every format
| HEX | #c71cff |
| RGB | rgb(199, 28, 255) |
| HSL | hsl(285, 100%, 56%) |
| CMYK | cmyk(22%, 89%, 0%, 0%) |
| LAB | lab(52.1 87.5 -74.6) |
| LCH | lch(52.1 115.0 319.6) |
| OKLCH | oklch(0.627 0.297 314.7) |
Copy-ready code
/* CSS */
color: #c71cff;
background-color: #c71cff;
/* Tailwind (arbitrary) */
class="text-[#c71cff] bg-[#c71cff]"
/* SCSS */
$brand: #c71cff;
/* SwiftUI */
Color(red: 0.780, green: 0.110, blue: 1.000)
/* Android */
Color.parseColor("#c71cff")Accessibility — WCAG contrast
Aa
#c71cff on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71cff on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.0%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta89.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c71cff text on a black background
contrast 5.04:1
Card sample
#c71cff text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71cff;
Background color
Panel with #c71cff background
background-color: #c71cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 28, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 28, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71cff; background: linear-gradient(135deg, #c71cff, #FF1CA0);