#c01bfc
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 252
HSL
284°, 97%, 55%
CMYK
24, 89, 0, 1
Luminance
0.1902
Every format
| HEX | #c01bfc |
| RGB | rgb(192, 27, 252) |
| HSL | hsl(284, 97%, 55%) |
| CMYK | cmyk(24%, 89%, 0%, 1%) |
| LAB | lab(50.7 86.2 -75.2) |
| LCH | lch(50.7 114.4 318.9) |
| OKLCH | oklch(0.615 0.294 313.5) |
Copy-ready code
/* CSS */
color: #c01bfc;
background-color: #c01bfc;
/* Tailwind (arbitrary) */
class="text-[#c01bfc] bg-[#c01bfc]"
/* SCSS */
$brand: #c01bfc;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.988)
/* Android */
Color.parseColor("#c01bfc")Accessibility — WCAG contrast
Aa
#c01bfc on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01bfc on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta89.3%
Yellow0.0%
Key (black)1.2%
Color previews
#c01bfc text on a black background
contrast 4.80:1
Card sample
#c01bfc text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bfc;
Background color
Panel with #c01bfc background
background-color: #c01bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bfc; background: linear-gradient(135deg, #c01bfc, #FC1BA2);