#c01fa0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 31, 160
HSL
312°, 72%, 44%
CMYK
0, 84, 17, 25
Luminance
0.1472
Every format
| HEX | #c01fa0 |
| RGB | rgb(192, 31, 160) |
| HSL | hsl(312, 72%, 44%) |
| CMYK | cmyk(0%, 84%, 17%, 25%) |
| LAB | lab(45.3 70.9 -30.9) |
| LCH | lch(45.3 77.3 336.5) |
| OKLCH | oklch(0.558 0.227 338.3) |
Copy-ready code
/* CSS */
color: #c01fa0;
background-color: #c01fa0;
/* Tailwind (arbitrary) */
class="text-[#c01fa0] bg-[#c01fa0]"
/* SCSS */
$brand: #c01fa0;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.627)
/* Android */
Color.parseColor("#c01fa0")Accessibility — WCAG contrast
Aa
#c01fa0 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fa0 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow16.7%
Key (black)24.7%
Color previews
#c01fa0 text on a black background
contrast 3.94:1
Card sample
#c01fa0 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fa0;
Background color
Panel with #c01fa0 background
background-color: #c01fa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fa0; background: linear-gradient(135deg, #c01fa0, #C01F35);