#c01cb8
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 28, 184
HSL
303°, 75%, 43%
CMYK
0, 85, 4, 25
Luminance
0.1550
Every format
| HEX | #c01cb8 |
| RGB | rgb(192, 28, 184) |
| HSL | hsl(303, 75%, 43%) |
| CMYK | cmyk(0%, 85%, 4%, 25%) |
| LAB | lab(46.3 74.9 -43.4) |
| LCH | lch(46.3 86.5 329.9) |
| OKLCH | oklch(0.570 0.244 330.6) |
Copy-ready code
/* CSS */
color: #c01cb8;
background-color: #c01cb8;
/* Tailwind (arbitrary) */
class="text-[#c01cb8] bg-[#c01cb8]"
/* SCSS */
$brand: #c01cb8;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.722)
/* Android */
Color.parseColor("#c01cb8")Accessibility — WCAG contrast
Aa
#c01cb8 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cb8 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow4.2%
Key (black)24.7%
Color previews
#c01cb8 text on a black background
contrast 4.10:1
Card sample
#c01cb8 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cb8;
Background color
Panel with #c01cb8 background
background-color: #c01cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cb8; background: linear-gradient(135deg, #c01cb8, #C01C4B);