#c71cef
a balanced, electric violet · warm · closest name: magenta
RGB
199, 28, 239
HSL
289°, 87%, 52%
CMYK
17, 88, 0, 6
Luminance
0.1920
Every format
| HEX | #c71cef |
| RGB | rgb(199, 28, 239) |
| HSL | hsl(289, 87%, 52%) |
| CMYK | cmyk(17%, 88%, 0%, 6%) |
| LAB | lab(50.9 84.8 -67.5) |
| LCH | lch(50.9 108.4 321.5) |
| OKLCH | oklch(0.616 0.286 318.2) |
Copy-ready code
/* CSS */
color: #c71cef;
background-color: #c71cef;
/* Tailwind (arbitrary) */
class="text-[#c71cef] bg-[#c71cef]"
/* SCSS */
$brand: #c71cef;
/* SwiftUI */
Color(red: 0.780, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#c71cef")Accessibility — WCAG contrast
Aa
#c71cef on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71cef on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.0%
Blue93.7%
CMYK percentages
Cyan16.7%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c71cef text on a black background
contrast 4.84:1
Card sample
#c71cef text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71cef;
Background color
Panel with #c71cef background
background-color: #c71cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71cef; background: linear-gradient(135deg, #c71cef, #EF1C8B);