#c01bef
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 239
HSL
287°, 87%, 52%
CMYK
20, 89, 0, 6
Luminance
0.1822
Every format
| HEX | #c01bef |
| RGB | rgb(192, 27, 239) |
| HSL | hsl(287, 87%, 52%) |
| CMYK | cmyk(20%, 89%, 0%, 6%) |
| LAB | lab(49.8 83.9 -69.4) |
| LCH | lch(49.8 108.9 320.4) |
| OKLCH | oklch(0.605 0.284 316.3) |
Copy-ready code
/* CSS */
color: #c01bef;
background-color: #c01bef;
/* Tailwind (arbitrary) */
class="text-[#c01bef] bg-[#c01bef]"
/* SCSS */
$brand: #c01bef;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.937)
/* Android */
Color.parseColor("#c01bef")Accessibility — WCAG contrast
Aa
#c01bef on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01bef on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta88.7%
Yellow0.0%
Key (black)6.3%
Color previews
#c01bef text on a black background
contrast 4.64:1
Card sample
#c01bef text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bef;
Background color
Panel with #c01bef background
background-color: #c01bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bef; background: linear-gradient(135deg, #c01bef, #EF1B91);