#c403fd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 3, 253
HSL
286°, 98%, 50%
CMYK
23, 99, 0, 1
Luminance
0.1889
Every format
| HEX | #c403fd |
| RGB | rgb(196, 3, 253) |
| HSL | hsl(286, 98%, 50%) |
| CMYK | cmyk(23%, 99%, 0%, 1%) |
| LAB | lab(50.6 89.4 -76.0) |
| LCH | lch(50.6 117.3 319.6) |
| OKLCH | oklch(0.615 0.303 314.7) |
Copy-ready code
/* CSS */
color: #c403fd;
background-color: #c403fd;
/* Tailwind (arbitrary) */
class="text-[#c403fd] bg-[#c403fd]"
/* SCSS */
$brand: #c403fd;
/* SwiftUI */
Color(red: 0.769, green: 0.012, blue: 0.992)
/* Android */
Color.parseColor("#c403fd")Accessibility — WCAG contrast
Aa
#c403fd on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c403fd on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green1.2%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta98.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c403fd text on a black background
contrast 4.78:1
Card sample
#c403fd text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c403fd;
Background color
Panel with #c403fd background
background-color: #c403fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c403fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 3, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 3, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c403fd; background: linear-gradient(135deg, #c403fd, #FD038F);