#c813fd
a balanced, electric violet · warm · closest name: magenta
RGB
200, 19, 253
HSL
286°, 98%, 53%
CMYK
21, 93, 0, 1
Luminance
0.1984
Every format
| HEX | #c813fd |
| RGB | rgb(200, 19, 253) |
| HSL | hsl(286, 98%, 53%) |
| CMYK | cmyk(21%, 93%, 0%, 1%) |
| LAB | lab(51.6 88.6 -74.2) |
| LCH | lch(51.6 115.5 320.1) |
| OKLCH | oklch(0.624 0.300 315.6) |
Copy-ready code
/* CSS */
color: #c813fd;
background-color: #c813fd;
/* Tailwind (arbitrary) */
class="text-[#c813fd] bg-[#c813fd]"
/* SCSS */
$brand: #c813fd;
/* SwiftUI */
Color(red: 0.784, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#c813fd")Accessibility — WCAG contrast
Aa
#c813fd on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c813fd on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green7.5%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c813fd text on a black background
contrast 4.97:1
Card sample
#c813fd text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c813fd;
Background color
Panel with #c813fd background
background-color: #c813fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c813fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c813fd; background: linear-gradient(135deg, #c813fd, #FD1396);