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