#c01fc3
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 31, 195
HSL
299°, 73%, 44%
CMYK
2, 84, 0, 24
Luminance
0.1613
Every format
| HEX | #c01fc3 |
| RGB | rgb(192, 31, 195) |
| HSL | hsl(299, 73%, 44%) |
| CMYK | cmyk(2%, 84%, 0%, 24%) |
| LAB | lab(47.1 76.0 -48.5) |
| LCH | lch(47.1 90.1 327.4) |
| OKLCH | oklch(0.578 0.250 327.4) |
Copy-ready code
/* CSS */
color: #c01fc3;
background-color: #c01fc3;
/* Tailwind (arbitrary) */
class="text-[#c01fc3] bg-[#c01fc3]"
/* SCSS */
$brand: #c01fc3;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.765)
/* Android */
Color.parseColor("#c01fc3")Accessibility — WCAG contrast
Aa
#c01fc3 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fc3 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue76.5%
CMYK percentages
Cyan1.5%
Magenta84.1%
Yellow0.0%
Key (black)23.5%
Color previews
#c01fc3 text on a black background
contrast 4.23:1
Card sample
#c01fc3 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fc3;
Background color
Panel with #c01fc3 background
background-color: #c01fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fc3; background: linear-gradient(135deg, #c01fc3, #C31F59);