#c35dfb
a light, electric violet · warm · closest name: violet
RGB
195, 93, 251
HSL
279°, 95%, 68%
CMYK
22, 63, 0, 2
Luminance
0.2640
Every format
| HEX | #c35dfb |
| RGB | rgb(195, 93, 251) |
| HSL | hsl(279, 95%, 68%) |
| CMYK | cmyk(22%, 63%, 0%, 2%) |
| LAB | lab(58.4 65.5 -62.2) |
| LCH | lch(58.4 90.3 316.5) |
| OKLCH | oklch(0.670 0.234 311.4) |
Copy-ready code
/* CSS */
color: #c35dfb;
background-color: #c35dfb;
/* Tailwind (arbitrary) */
class="text-[#c35dfb] bg-[#c35dfb]"
/* SCSS */
$brand: #c35dfb;
/* SwiftUI */
Color(red: 0.765, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#c35dfb")Accessibility — WCAG contrast
Aa
#c35dfb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35dfb on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.5%
Blue98.4%
CMYK percentages
Cyan22.3%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c35dfb text on a black background
contrast 6.28:1
Card sample
#c35dfb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35dfb;
Background color
Panel with #c35dfb background
background-color: #c35dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35dfb; background: linear-gradient(135deg, #c35dfb, #FB5DCA);