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