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