#c01bd4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 27, 212
HSL
294°, 77%, 47%
CMYK
9, 87, 0, 17
Luminance
0.1674
Every format
| HEX | #c01bd4 |
| RGB | rgb(192, 27, 212) |
| HSL | hsl(294, 77%, 47%) |
| CMYK | cmyk(9%, 87%, 0%, 17%) |
| LAB | lab(47.9 79.4 -57.0) |
| LCH | lch(47.9 97.8 324.3) |
| OKLCH | oklch(0.587 0.265 322.8) |
Copy-ready code
/* CSS */
color: #c01bd4;
background-color: #c01bd4;
/* Tailwind (arbitrary) */
class="text-[#c01bd4] bg-[#c01bd4]"
/* SCSS */
$brand: #c01bd4;
/* SwiftUI */
Color(red: 0.753, green: 0.106, blue: 0.831)
/* Android */
Color.parseColor("#c01bd4")Accessibility — WCAG contrast
Aa
#c01bd4 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01bd4 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.6%
Blue83.1%
CMYK percentages
Cyan9.4%
Magenta87.3%
Yellow0.0%
Key (black)16.9%
Color previews
#c01bd4 text on a black background
contrast 4.35:1
Card sample
#c01bd4 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01bd4;
Background color
Panel with #c01bd4 background
background-color: #c01bd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01bd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 27, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 27, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01bd4; background: linear-gradient(135deg, #c01bd4, #D41B6D);