#c603df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 3, 223
HSL
293°, 97%, 44%
CMYK
11, 99, 0, 13
Luminance
0.1740
Every format
| HEX | #c603df |
| RGB | rgb(198, 3, 223) |
| HSL | hsl(293, 97%, 44%) |
| CMYK | cmyk(11%, 99%, 0%, 13%) |
| LAB | lab(48.8 84.8 -62.0) |
| LCH | lch(48.8 105.0 323.8) |
| OKLCH | oklch(0.597 0.282 322.0) |
Copy-ready code
/* CSS */
color: #c603df;
background-color: #c603df;
/* Tailwind (arbitrary) */
class="text-[#c603df] bg-[#c603df]"
/* SCSS */
$brand: #c603df;
/* SwiftUI */
Color(red: 0.776, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#c603df")Accessibility — WCAG contrast
Aa
#c603df on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c603df on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green1.2%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c603df text on a black background
contrast 4.48:1
Card sample
#c603df text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c603df;
Background color
Panel with #c603df background
background-color: #c603df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c603df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c603df; background: linear-gradient(135deg, #c603df, #DF0365);