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