#c01cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 28, 219
HSL
292°, 77%, 48%
CMYK
12, 87, 0, 14
Luminance
0.1715
Every format
| HEX | #c01cdb |
| RGB | rgb(192, 28, 219) |
| HSL | hsl(292, 77%, 48%) |
| CMYK | cmyk(12%, 87%, 0%, 14%) |
| LAB | lab(48.5 80.4 -60.2) |
| LCH | lch(48.5 100.4 323.1) |
| OKLCH | oklch(0.592 0.269 321.0) |
Copy-ready code
/* CSS */
color: #c01cdb;
background-color: #c01cdb;
/* Tailwind (arbitrary) */
class="text-[#c01cdb] bg-[#c01cdb]"
/* SCSS */
$brand: #c01cdb;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.859)
/* Android */
Color.parseColor("#c01cdb")Accessibility — WCAG contrast
Aa
#c01cdb on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cdb on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta87.2%
Yellow0.0%
Key (black)14.1%
Color previews
#c01cdb text on a black background
contrast 4.43:1
Card sample
#c01cdb text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cdb;
Background color
Panel with #c01cdb background
background-color: #c01cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cdb; background: linear-gradient(135deg, #c01cdb, #DB1C77);