#c01dcb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 29, 203
HSL
296°, 75%, 46%
CMYK
5, 86, 0, 20
Luminance
0.1640
Every format
| HEX | #c01dcb |
| RGB | rgb(192, 29, 203) |
| HSL | hsl(296, 75%, 46%) |
| CMYK | cmyk(5%, 86%, 0%, 20%) |
| LAB | lab(47.5 77.6 -52.6) |
| LCH | lch(47.5 93.7 325.9) |
| OKLCH | oklch(0.582 0.257 325.2) |
Copy-ready code
/* CSS */
color: #c01dcb;
background-color: #c01dcb;
/* Tailwind (arbitrary) */
class="text-[#c01dcb] bg-[#c01dcb]"
/* SCSS */
$brand: #c01dcb;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.796)
/* Android */
Color.parseColor("#c01dcb")Accessibility — WCAG contrast
Aa
#c01dcb on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01dcb on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue79.6%
CMYK percentages
Cyan5.4%
Magenta85.7%
Yellow0.0%
Key (black)20.4%
Color previews
#c01dcb text on a black background
contrast 4.28:1
Card sample
#c01dcb text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01dcb;
Background color
Panel with #c01dcb background
background-color: #c01dcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01dcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01dcb; background: linear-gradient(135deg, #c01dcb, #CB1D62);