#c01fcf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 207
HSL
295°, 74%, 47%
CMYK
7, 85, 0, 19
Luminance
0.1669
Every format
| HEX | #c01fcf |
| RGB | rgb(192, 31, 207) |
| HSL | hsl(295, 74%, 47%) |
| CMYK | cmyk(7%, 85%, 0%, 19%) |
| LAB | lab(47.9 77.8 -54.3) |
| LCH | lch(47.9 94.9 325.1) |
| OKLCH | oklch(0.585 0.259 324.1) |
Copy-ready code
/* CSS */
color: #c01fcf;
background-color: #c01fcf;
/* Tailwind (arbitrary) */
class="text-[#c01fcf] bg-[#c01fcf]"
/* SCSS */
$brand: #c01fcf;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.812)
/* Android */
Color.parseColor("#c01fcf")Accessibility — WCAG contrast
Aa
#c01fcf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fcf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta85.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c01fcf text on a black background
contrast 4.34:1
Card sample
#c01fcf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fcf;
Background color
Panel with #c01fcf background
background-color: #c01fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fcf; background: linear-gradient(135deg, #c01fcf, #CF1F69);