#c820df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 32, 223
HSL
293°, 75%, 50%
CMYK
10, 86, 0, 13
Luminance
0.1864
Every format
| HEX | #c820df |
| RGB | rgb(200, 32, 223) |
| HSL | hsl(293, 75%, 50%) |
| CMYK | cmyk(10%, 86%, 0%, 13%) |
| LAB | lab(50.3 81.6 -59.5) |
| LCH | lch(50.3 101.0 323.9) |
| OKLCH | oklch(0.608 0.272 322.2) |
Copy-ready code
/* CSS */
color: #c820df;
background-color: #c820df;
/* Tailwind (arbitrary) */
class="text-[#c820df] bg-[#c820df]"
/* SCSS */
$brand: #c820df;
/* SwiftUI */
Color(red: 0.784, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#c820df")Accessibility — WCAG contrast
Aa
#c820df on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c820df on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green12.5%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c820df text on a black background
contrast 4.73:1
Card sample
#c820df text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c820df;
Background color
Panel with #c820df background
background-color: #c820df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c820df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c820df; background: linear-gradient(135deg, #c820df, #DF2077);