#c313fd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 19, 253
HSL
285°, 98%, 53%
CMYK
23, 93, 0, 1
Luminance
0.1916
Every format
| HEX | #c313fd |
| RGB | rgb(195, 19, 253) |
| HSL | hsl(285, 98%, 53%) |
| CMYK | cmyk(23%, 93%, 0%, 1%) |
| LAB | lab(50.9 87.9 -75.5) |
| LCH | lch(50.9 115.8 319.4) |
| OKLCH | oklch(0.617 0.298 314.2) |
Copy-ready code
/* CSS */
color: #c313fd;
background-color: #c313fd;
/* Tailwind (arbitrary) */
class="text-[#c313fd] bg-[#c313fd]"
/* SCSS */
$brand: #c313fd;
/* SwiftUI */
Color(red: 0.765, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#c313fd")Accessibility — WCAG contrast
Aa
#c313fd on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c313fd on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green7.5%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c313fd text on a black background
contrast 4.83:1
Card sample
#c313fd text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c313fd;
Background color
Panel with #c313fd background
background-color: #c313fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c313fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c313fd; background: linear-gradient(135deg, #c313fd, #FD139B);