#c021cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 33, 207
HSL
295°, 73%, 47%
CMYK
7, 84, 0, 19
Luminance
0.1680
Every format
| HEX | #c021cf |
| RGB | rgb(192, 33, 207) |
| HSL | hsl(295, 73%, 47%) |
| CMYK | cmyk(7%, 84%, 0%, 19%) |
| LAB | lab(48.0 77.4 -54.1) |
| LCH | lch(48.0 94.4 325.1) |
| OKLCH | oklch(0.586 0.257 324.0) |
Copy-ready code
/* CSS */
color: #c021cf;
background-color: #c021cf;
/* Tailwind (arbitrary) */
class="text-[#c021cf] bg-[#c021cf]"
/* SCSS */
$brand: #c021cf;
/* SwiftUI */
Color(red: 0.753, green: 0.129, blue: 0.812)
/* Android */
Color.parseColor("#c021cf")Accessibility — WCAG contrast
Aa
#c021cf on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c021cf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.9%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta84.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c021cf text on a black background
contrast 4.36:1
Card sample
#c021cf text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c021cf;
Background color
Panel with #c021cf background
background-color: #c021cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c021cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 33, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 33, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c021cf; background: linear-gradient(135deg, #c021cf, #CF216A);