#c356fd
a light, electric violet · warm · closest name: magenta
RGB
195, 86, 253
HSL
279°, 98%, 67%
CMYK
23, 66, 0, 1
Luminance
0.2535
Every format
| HEX | #c356fd |
| RGB | rgb(195, 86, 253) |
| HSL | hsl(279, 98%, 67%) |
| CMYK | cmyk(23%, 66%, 0%, 1%) |
| LAB | lab(57.4 69.0 -64.9) |
| LCH | lch(57.4 94.7 316.8) |
| OKLCH | oklch(0.663 0.244 311.5) |
Copy-ready code
/* CSS */
color: #c356fd;
background-color: #c356fd;
/* Tailwind (arbitrary) */
class="text-[#c356fd] bg-[#c356fd]"
/* SCSS */
$brand: #c356fd;
/* SwiftUI */
Color(red: 0.765, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#c356fd")Accessibility — WCAG contrast
Aa
#c356fd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c356fd on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green33.7%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c356fd text on a black background
contrast 6.07:1
Card sample
#c356fd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c356fd;
Background color
Panel with #c356fd background
background-color: #c356fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c356fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c356fd; background: linear-gradient(135deg, #c356fd, #FD56C8);