#c01fd8
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 216
HSL
292°, 75%, 48%
CMYK
11, 86, 0, 15
Luminance
0.1714
Every format
| HEX | #c01fd8 |
| RGB | rgb(192, 31, 216) |
| HSL | hsl(292, 75%, 48%) |
| CMYK | cmyk(11%, 86%, 0%, 15%) |
| LAB | lab(48.4 79.3 -58.5) |
| LCH | lch(48.4 98.6 323.6) |
| OKLCH | oklch(0.591 0.265 321.7) |
Copy-ready code
/* CSS */
color: #c01fd8;
background-color: #c01fd8;
/* Tailwind (arbitrary) */
class="text-[#c01fd8] bg-[#c01fd8]"
/* SCSS */
$brand: #c01fd8;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.847)
/* Android */
Color.parseColor("#c01fd8")Accessibility — WCAG contrast
Aa
#c01fd8 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fd8 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue84.7%
CMYK percentages
Cyan11.1%
Magenta85.6%
Yellow0.0%
Key (black)15.3%
Color previews
#c01fd8 text on a black background
contrast 4.43:1
Card sample
#c01fd8 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fd8;
Background color
Panel with #c01fd8 background
background-color: #c01fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fd8; background: linear-gradient(135deg, #c01fd8, #D81F75);