#c500df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
197, 0, 223
HSL
293°, 100%, 44%
CMYK
12, 100, 0, 13
Luminance
0.1720
Every format
| HEX | #c500df |
| RGB | rgb(197, 0, 223) |
| HSL | hsl(293, 100%, 44%) |
| CMYK | cmyk(12%, 100%, 0%, 13%) |
| LAB | lab(48.5 84.8 -62.4) |
| LCH | lch(48.5 105.3 323.7) |
| OKLCH | oklch(0.595 0.283 321.7) |
Copy-ready code
/* CSS */
color: #c500df;
background-color: #c500df;
/* Tailwind (arbitrary) */
class="text-[#c500df] bg-[#c500df]"
/* SCSS */
$brand: #c500df;
/* SwiftUI */
Color(red: 0.773, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#c500df")Accessibility — WCAG contrast
Aa
#c500df on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c500df on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green0.0%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c500df text on a black background
contrast 4.44:1
Card sample
#c500df text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c500df;
Background color
Panel with #c500df background
background-color: #c500df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c500df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c500df; background: linear-gradient(135deg, #c500df, #DF0064);