#c01efd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 30, 253
HSL
284°, 98%, 56%
CMYK
24, 88, 0, 1
Luminance
0.1923
Every format
| HEX | #c01efd |
| RGB | rgb(192, 30, 253) |
| HSL | hsl(284, 98%, 56%) |
| CMYK | cmyk(24%, 88%, 0%, 1%) |
| LAB | lab(51.0 85.9 -75.3) |
| LCH | lch(51.0 114.3 318.7) |
| OKLCH | oklch(0.617 0.293 313.2) |
Copy-ready code
/* CSS */
color: #c01efd;
background-color: #c01efd;
/* Tailwind (arbitrary) */
class="text-[#c01efd] bg-[#c01efd]"
/* SCSS */
$brand: #c01efd;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.992)
/* Android */
Color.parseColor("#c01efd")Accessibility — WCAG contrast
Aa
#c01efd on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01efd on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta88.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c01efd text on a black background
contrast 4.85:1
Card sample
#c01efd text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01efd;
Background color
Panel with #c01efd background
background-color: #c01efd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01efd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01efd; background: linear-gradient(135deg, #c01efd, #FD1EA5);