#c01df1
a balanced, electric violet · warm · closest name: magenta
RGB
192, 29, 241
HSL
286°, 88%, 53%
CMYK
20, 88, 0, 6
Luminance
0.1844
Every format
| HEX | #c01df1 |
| RGB | rgb(192, 29, 241) |
| HSL | hsl(286, 88%, 53%) |
| CMYK | cmyk(20%, 88%, 0%, 6%) |
| LAB | lab(50.0 83.9 -70.2) |
| LCH | lch(50.0 109.4 320.1) |
| OKLCH | oklch(0.608 0.285 315.8) |
Copy-ready code
/* CSS */
color: #c01df1;
background-color: #c01df1;
/* Tailwind (arbitrary) */
class="text-[#c01df1] bg-[#c01df1]"
/* SCSS */
$brand: #c01df1;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.945)
/* Android */
Color.parseColor("#c01df1")Accessibility — WCAG contrast
Aa
#c01df1 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01df1 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta88.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c01df1 text on a black background
contrast 4.69:1
Card sample
#c01df1 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01df1;
Background color
Panel with #c01df1 background
background-color: #c01df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01df1; background: linear-gradient(135deg, #c01df1, #F11D95);