#c01ff7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 31, 247
HSL
285°, 93%, 55%
CMYK
22, 87, 0, 3
Luminance
0.1890
Every format
| HEX | #c01ff7 |
| RGB | rgb(192, 31, 247) |
| HSL | hsl(285, 93%, 55%) |
| CMYK | cmyk(22%, 87%, 0%, 3%) |
| LAB | lab(50.6 84.6 -72.6) |
| LCH | lch(50.6 111.5 319.4) |
| OKLCH | oklch(0.613 0.288 314.5) |
Copy-ready code
/* CSS */
color: #c01ff7;
background-color: #c01ff7;
/* Tailwind (arbitrary) */
class="text-[#c01ff7] bg-[#c01ff7]"
/* SCSS */
$brand: #c01ff7;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.969)
/* Android */
Color.parseColor("#c01ff7")Accessibility — WCAG contrast
Aa
#c01ff7 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01ff7 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta87.4%
Yellow0.0%
Key (black)3.1%
Color previews
#c01ff7 text on a black background
contrast 4.78:1
Card sample
#c01ff7 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01ff7;
Background color
Panel with #c01ff7 background
background-color: #c01ff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01ff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01ff7; background: linear-gradient(135deg, #c01ff7, #F71F9E);