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