#c01af1
a balanced, electric violet · warm · closest name: magenta
RGB
192, 26, 241
HSL
286°, 89%, 52%
CMYK
20, 89, 0, 6
Luminance
0.1830
Every format
| HEX | #c01af1 |
| RGB | rgb(192, 26, 241) |
| HSL | hsl(286, 89%, 52%) |
| CMYK | cmyk(20%, 89%, 0%, 6%) |
| LAB | lab(49.9 84.4 -70.4) |
| LCH | lch(49.9 109.9 320.2) |
| OKLCH | oklch(0.606 0.286 315.9) |
Copy-ready code
/* CSS */
color: #c01af1;
background-color: #c01af1;
/* Tailwind (arbitrary) */
class="text-[#c01af1] bg-[#c01af1]"
/* SCSS */
$brand: #c01af1;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.945)
/* Android */
Color.parseColor("#c01af1")Accessibility — WCAG contrast
Aa
#c01af1 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01af1 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta89.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c01af1 text on a black background
contrast 4.66:1
Card sample
#c01af1 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01af1;
Background color
Panel with #c01af1 background
background-color: #c01af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01af1; background: linear-gradient(135deg, #c01af1, #F11A93);