#c01fc9
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 201
HSL
297°, 73%, 46%
CMYK
5, 85, 0, 21
Luminance
0.1640
Every format
| HEX | #c01fc9 |
| RGB | rgb(192, 31, 201) |
| HSL | hsl(297, 73%, 46%) |
| CMYK | cmyk(5%, 85%, 0%, 21%) |
| LAB | lab(47.5 76.9 -51.4) |
| LCH | lch(47.5 92.5 326.2) |
| OKLCH | oklch(0.582 0.254 325.7) |
Copy-ready code
/* CSS */
color: #c01fc9;
background-color: #c01fc9;
/* Tailwind (arbitrary) */
class="text-[#c01fc9] bg-[#c01fc9]"
/* SCSS */
$brand: #c01fc9;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.788)
/* Android */
Color.parseColor("#c01fc9")Accessibility — WCAG contrast
Aa
#c01fc9 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fc9 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue78.8%
CMYK percentages
Cyan4.5%
Magenta84.6%
Yellow0.0%
Key (black)21.2%
Color previews
#c01fc9 text on a black background
contrast 4.28:1
Card sample
#c01fc9 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fc9;
Background color
Panel with #c01fc9 background
background-color: #c01fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fc9; background: linear-gradient(135deg, #c01fc9, #C91F61);