#c01bf9
a balanced, electric violet · warm · closest name: magenta
RGB
192, 27, 249
HSL
285°, 95%, 54%
CMYK
23, 89, 0, 2
Luminance
0.1883
Every format
| HEX | #c01bf9 |
| RGB | rgb(192, 27, 249) |
| HSL | hsl(285, 95%, 54%) |
| CMYK | cmyk(23%, 89%, 0%, 2%) |
| LAB | lab(50.5 85.7 -73.9) |
| LCH | lch(50.5 113.1 319.2) |
| OKLCH | oklch(0.613 0.291 314.1) |
Copy-ready code
/* CSS */
color: #c01bf9;
background-color: #c01bf9;
/* Tailwind (arbitrary) */
class="text-[#c01bf9] bg-[#c01bf9]"
/* SCSS */
$brand: #c01bf9;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.976)
/* Android */
Color.parseColor("#c01bf9")Accessibility — WCAG contrast
Aa
#c01bf9 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01bf9 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue97.6%
CMYK percentages
Cyan22.9%
Magenta89.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c01bf9 text on a black background
contrast 4.77:1
Card sample
#c01bf9 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bf9;
Background color
Panel with #c01bf9 background
background-color: #c01bf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bf9; background: linear-gradient(135deg, #c01bf9, #F91B9E);