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