#c01bf7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 247
HSL
285°, 93%, 54%
CMYK
22, 89, 0, 3
Luminance
0.1871
Every format
| HEX | #c01bf7 |
| RGB | rgb(192, 27, 247) |
| HSL | hsl(285, 93%, 54%) |
| CMYK | cmyk(22%, 89%, 0%, 3%) |
| LAB | lab(50.3 85.3 -73.0) |
| LCH | lch(50.3 112.3 319.5) |
| OKLCH | oklch(0.611 0.290 314.6) |
Copy-ready code
/* CSS */
color: #c01bf7;
background-color: #c01bf7;
/* Tailwind (arbitrary) */
class="text-[#c01bf7] bg-[#c01bf7]"
/* SCSS */
$brand: #c01bf7;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.969)
/* Android */
Color.parseColor("#c01bf7")Accessibility — WCAG contrast
Aa
#c01bf7 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01bf7 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta89.1%
Yellow0.0%
Key (black)3.1%
Color previews
#c01bf7 text on a black background
contrast 4.74:1
Card sample
#c01bf7 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bf7;
Background color
Panel with #c01bf7 background
background-color: #c01bf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bf7; background: linear-gradient(135deg, #c01bf7, #F71B9B);