#c71af0
a balanced, electric violet · warm · closest name: magenta
RGB
199, 26, 240
HSL
289°, 88%, 52%
CMYK
17, 89, 0, 6
Luminance
0.1917
Every format
| HEX | #c71af0 |
| RGB | rgb(199, 26, 240) |
| HSL | hsl(289, 88%, 52%) |
| CMYK | cmyk(17%, 89%, 0%, 6%) |
| LAB | lab(50.9 85.3 -68.1) |
| LCH | lch(50.9 109.2 321.4) |
| OKLCH | oklch(0.616 0.287 318.0) |
Copy-ready code
/* CSS */
color: #c71af0;
background-color: #c71af0;
/* Tailwind (arbitrary) */
class="text-[#c71af0] bg-[#c71af0]"
/* SCSS */
$brand: #c71af0;
/* SwiftUI */
Color(red: 0.780, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#c71af0")Accessibility — WCAG contrast
Aa
#c71af0 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c71af0 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green10.2%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#c71af0 text on a black background
contrast 4.83:1
Card sample
#c71af0 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71af0;
Background color
Panel with #c71af0 background
background-color: #c71af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71af0; background: linear-gradient(135deg, #c71af0, #F01A8A);