#c01bcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 27, 207
HSL
295°, 77%, 46%
CMYK
7, 87, 0, 19
Luminance
0.1650
Every format
| HEX | #c01bcf |
| RGB | rgb(192, 27, 207) |
| HSL | hsl(295, 77%, 46%) |
| CMYK | cmyk(7%, 87%, 0%, 19%) |
| LAB | lab(47.6 78.6 -54.7) |
| LCH | lch(47.6 95.7 325.2) |
| OKLCH | oklch(0.584 0.261 324.1) |
Copy-ready code
/* CSS */
color: #c01bcf;
background-color: #c01bcf;
/* Tailwind (arbitrary) */
class="text-[#c01bcf] bg-[#c01bcf]"
/* SCSS */
$brand: #c01bcf;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.812)
/* Android */
Color.parseColor("#c01bcf")Accessibility — WCAG contrast
Aa
#c01bcf on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01bcf on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta87.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c01bcf text on a black background
contrast 4.30:1
Card sample
#c01bcf text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bcf;
Background color
Panel with #c01bcf background
background-color: #c01bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bcf; background: linear-gradient(135deg, #c01bcf, #CF1B66);