#c71eee
a balanced, electric violet · warm · closest name: magenta
RGB
199, 30, 238
HSL
289°, 86%, 53%
CMYK
16, 87, 0, 7
Luminance
0.1924
Every format
| HEX | #c71eee |
| RGB | rgb(199, 30, 238) |
| HSL | hsl(289, 86%, 53%) |
| CMYK | cmyk(16%, 87%, 0%, 7%) |
| LAB | lab(51.0 84.3 -66.9) |
| LCH | lch(51.0 107.6 321.6) |
| OKLCH | oklch(0.616 0.284 318.4) |
Copy-ready code
/* CSS */
color: #c71eee;
background-color: #c71eee;
/* Tailwind (arbitrary) */
class="text-[#c71eee] bg-[#c71eee]"
/* SCSS */
$brand: #c71eee;
/* SwiftUI */
Color(red: 0.780, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#c71eee")Accessibility — WCAG contrast
Aa
#c71eee on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71eee on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.8%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#c71eee text on a black background
contrast 4.85:1
Card sample
#c71eee text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71eee;
Background color
Panel with #c71eee background
background-color: #c71eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71eee; background: linear-gradient(135deg, #c71eee, #EE1E8A);