#c01fc6
a dark, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 198
HSL
298°, 73%, 45%
CMYK
3, 84, 0, 22
Luminance
0.1626
Every format
| HEX | #c01fc6 |
| RGB | rgb(192, 31, 198) |
| HSL | hsl(298, 73%, 45%) |
| CMYK | cmyk(3%, 84%, 0%, 22%) |
| LAB | lab(47.3 76.4 -50.0) |
| LCH | lch(47.3 91.3 326.8) |
| OKLCH | oklch(0.580 0.252 326.5) |
Copy-ready code
/* CSS */
color: #c01fc6;
background-color: #c01fc6;
/* Tailwind (arbitrary) */
class="text-[#c01fc6] bg-[#c01fc6]"
/* SCSS */
$brand: #c01fc6;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.776)
/* Android */
Color.parseColor("#c01fc6")Accessibility — WCAG contrast
Aa
#c01fc6 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fc6 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue77.6%
CMYK percentages
Cyan3.0%
Magenta84.3%
Yellow0.0%
Key (black)22.4%
Color previews
#c01fc6 text on a black background
contrast 4.25:1
Card sample
#c01fc6 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fc6;
Background color
Panel with #c01fc6 background
background-color: #c01fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fc6; background: linear-gradient(135deg, #c01fc6, #C61F5D);