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