#c020df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 32, 223
HSL
290°, 75%, 50%
CMYK
14, 86, 0, 13
Luminance
0.1757
Every format
| HEX | #c020df |
| RGB | rgb(192, 32, 223) |
| HSL | hsl(290, 75%, 50%) |
| CMYK | cmyk(14%, 86%, 0%, 13%) |
| LAB | lab(49.0 80.3 -61.7) |
| LCH | lch(49.0 101.2 322.5) |
| OKLCH | oklch(0.596 0.270 320.0) |
Copy-ready code
/* CSS */
color: #c020df;
background-color: #c020df;
/* Tailwind (arbitrary) */
class="text-[#c020df] bg-[#c020df]"
/* SCSS */
$brand: #c020df;
/* SwiftUI */
Color(red: 0.753, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#c020df")Accessibility — WCAG contrast
Aa
#c020df on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c020df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c020df text on a black background
contrast 4.51:1
Card sample
#c020df text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c020df;
Background color
Panel with #c020df background
background-color: #c020df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c020df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c020df; background: linear-gradient(135deg, #c020df, #DF207F);