#c200df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
194, 0, 223
HSL
292°, 100%, 44%
CMYK
13, 100, 0, 13
Luminance
0.1680
Every format
| HEX | #c200df |
| RGB | rgb(194, 0, 223) |
| HSL | hsl(292, 100%, 44%) |
| CMYK | cmyk(13%, 100%, 0%, 13%) |
| LAB | lab(48.0 84.4 -63.2) |
| LCH | lch(48.0 105.5 323.2) |
| OKLCH | oklch(0.590 0.282 320.9) |
Copy-ready code
/* CSS */
color: #c200df;
background-color: #c200df;
/* Tailwind (arbitrary) */
class="text-[#c200df] bg-[#c200df]"
/* SCSS */
$brand: #c200df;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#c200df")Accessibility — WCAG contrast
Aa
#c200df on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c200df on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c200df text on a black background
contrast 4.36:1
Card sample
#c200df text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c200df;
Background color
Panel with #c200df background
background-color: #c200df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c200df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c200df; background: linear-gradient(135deg, #c200df, #DF0067);