#c01dfb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 29, 251
HSL
284°, 97%, 55%
CMYK
24, 88, 0, 2
Luminance
0.1905
Every format
| HEX | #c01dfb |
| RGB | rgb(192, 29, 251) |
| HSL | hsl(284, 97%, 55%) |
| CMYK | cmyk(24%, 88%, 0%, 2%) |
| LAB | lab(50.8 85.7 -74.6) |
| LCH | lch(50.8 113.6 319.0) |
| OKLCH | oklch(0.615 0.292 313.7) |
Copy-ready code
/* CSS */
color: #c01dfb;
background-color: #c01dfb;
/* Tailwind (arbitrary) */
class="text-[#c01dfb] bg-[#c01dfb]"
/* SCSS */
$brand: #c01dfb;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#c01dfb")Accessibility — WCAG contrast
Aa
#c01dfb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01dfb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue98.4%
CMYK percentages
Cyan23.5%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c01dfb text on a black background
contrast 4.81:1
Card sample
#c01dfb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01dfb;
Background color
Panel with #c01dfb background
background-color: #c01dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01dfb; background: linear-gradient(135deg, #c01dfb, #FB1DA2);