#c340fd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 64, 253
HSL
282°, 98%, 62%
CMYK
23, 75, 0, 1
Luminance
0.2236
Every format
| HEX | #c340fd |
| RGB | rgb(195, 64, 253) |
| HSL | hsl(282, 98%, 62%) |
| CMYK | cmyk(23%, 75%, 0%, 1%) |
| LAB | lab(54.4 77.5 -69.7) |
| LCH | lch(54.4 104.3 318.0) |
| OKLCH | oklch(0.642 0.269 312.9) |
Copy-ready code
/* CSS */
color: #c340fd;
background-color: #c340fd;
/* Tailwind (arbitrary) */
class="text-[#c340fd] bg-[#c340fd]"
/* SCSS */
$brand: #c340fd;
/* SwiftUI */
Color(red: 0.765, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#c340fd")Accessibility — WCAG contrast
Aa
#c340fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c340fd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green25.1%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c340fd text on a black background
contrast 5.47:1
Card sample
#c340fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c340fd;
Background color
Panel with #c340fd background
background-color: #c340fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c340fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c340fd; background: linear-gradient(135deg, #c340fd, #FD40B9);