#c35cfd
a light, electric violet · warm · closest name: violet
RGB
195, 92, 253
HSL
278°, 98%, 68%
CMYK
23, 64, 0, 1
Luminance
0.2635
Every format
| HEX | #c35cfd |
| RGB | rgb(195, 92, 253) |
| HSL | hsl(278, 98%, 68%) |
| CMYK | cmyk(23%, 64%, 0%, 1%) |
| LAB | lab(58.4 66.4 -63.3) |
| LCH | lch(58.4 91.8 316.4) |
| OKLCH | oklch(0.670 0.237 311.1) |
Copy-ready code
/* CSS */
color: #c35cfd;
background-color: #c35cfd;
/* Tailwind (arbitrary) */
class="text-[#c35cfd] bg-[#c35cfd]"
/* SCSS */
$brand: #c35cfd;
/* SwiftUI */
Color(red: 0.765, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#c35cfd")Accessibility — WCAG contrast
Aa
#c35cfd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35cfd on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.1%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c35cfd text on a black background
contrast 6.27:1
Card sample
#c35cfd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35cfd;
Background color
Panel with #c35cfd background
background-color: #c35cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35cfd; background: linear-gradient(135deg, #c35cfd, #FD5CCC);