#c603cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 3, 207
HSL
297°, 97%, 41%
CMYK
4, 99, 0, 19
Luminance
0.1658
Every format
| HEX | #c603cf |
| RGB | rgb(198, 3, 207) |
| HSL | hsl(297, 97%, 41%) |
| CMYK | cmyk(4%, 99%, 0%, 19%) |
| LAB | lab(47.7 82.3 -54.5) |
| LCH | lch(47.7 98.7 326.5) |
| OKLCH | oklch(0.586 0.272 326.0) |
Copy-ready code
/* CSS */
color: #c603cf;
background-color: #c603cf;
/* Tailwind (arbitrary) */
class="text-[#c603cf] bg-[#c603cf]"
/* SCSS */
$brand: #c603cf;
/* SwiftUI */
Color(red: 0.776, green: 0.012, blue: 0.812)
/* Android */
Color.parseColor("#c603cf")Accessibility — WCAG contrast
Aa
#c603cf on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c603cf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green1.2%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta98.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c603cf text on a black background
contrast 4.32:1
Card sample
#c603cf text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c603cf;
Background color
Panel with #c603cf background
background-color: #c603cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c603cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 3, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 3, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c603cf; background: linear-gradient(135deg, #c603cf, #CF0350);