#c01fe0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 31, 224
HSL
290°, 76%, 50%
CMYK
14, 86, 0, 12
Luminance
0.1757
Every format
| HEX | #c01fe0 |
| RGB | rgb(192, 31, 224) |
| HSL | hsl(290, 76%, 50%) |
| CMYK | cmyk(14%, 86%, 0%, 12%) |
| LAB | lab(49.0 80.7 -62.2) |
| LCH | lch(49.0 101.9 322.3) |
| OKLCH | oklch(0.597 0.271 319.7) |
Copy-ready code
/* CSS */
color: #c01fe0;
background-color: #c01fe0;
/* Tailwind (arbitrary) */
class="text-[#c01fe0] bg-[#c01fe0]"
/* SCSS */
$brand: #c01fe0;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.878)
/* Android */
Color.parseColor("#c01fe0")Accessibility — WCAG contrast
Aa
#c01fe0 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fe0 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue87.8%
CMYK percentages
Cyan14.3%
Magenta86.2%
Yellow0.0%
Key (black)12.2%
Color previews
#c01fe0 text on a black background
contrast 4.51:1
Card sample
#c01fe0 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fe0;
Background color
Panel with #c01fe0 background
background-color: #c01fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fe0; background: linear-gradient(135deg, #c01fe0, #E01F7F);