#c01fc7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 199
HSL
298°, 73%, 45%
CMYK
4, 84, 0, 22
Luminance
0.1631
Every format
| HEX | #c01fc7 |
| RGB | rgb(192, 31, 199) |
| HSL | hsl(298, 73%, 45%) |
| CMYK | cmyk(4%, 84%, 0%, 22%) |
| LAB | lab(47.4 76.6 -50.4) |
| LCH | lch(47.4 91.7 326.6) |
| OKLCH | oklch(0.580 0.253 326.2) |
Copy-ready code
/* CSS */
color: #c01fc7;
background-color: #c01fc7;
/* Tailwind (arbitrary) */
class="text-[#c01fc7] bg-[#c01fc7]"
/* SCSS */
$brand: #c01fc7;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.780)
/* Android */
Color.parseColor("#c01fc7")Accessibility — WCAG contrast
Aa
#c01fc7 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fc7 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue78.0%
CMYK percentages
Cyan3.5%
Magenta84.4%
Yellow0.0%
Key (black)22.0%
Color previews
#c01fc7 text on a black background
contrast 4.26:1
Card sample
#c01fc7 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fc7;
Background color
Panel with #c01fc7 background
background-color: #c01fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fc7; background: linear-gradient(135deg, #c01fc7, #C71F5E);