#c35ef1
a light, electric violet · warm · closest name: violet
RGB
195, 94, 241
HSL
281°, 84%, 66%
CMYK
19, 61, 0, 6
Luminance
0.2596
Every format
| HEX | #c35ef1 |
| RGB | rgb(195, 94, 241) |
| HSL | hsl(281, 84%, 66%) |
| CMYK | cmyk(19%, 61%, 0%, 6%) |
| LAB | lab(58.0 63.0 -57.3) |
| LCH | lch(58.0 85.2 317.7) |
| OKLCH | oklch(0.665 0.222 313.7) |
Copy-ready code
/* CSS */
color: #c35ef1;
background-color: #c35ef1;
/* Tailwind (arbitrary) */
class="text-[#c35ef1] bg-[#c35ef1]"
/* SCSS */
$brand: #c35ef1;
/* SwiftUI */
Color(red: 0.765, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#c35ef1")Accessibility — WCAG contrast
Aa
#c35ef1 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35ef1 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.9%
Blue94.5%
CMYK percentages
Cyan19.1%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c35ef1 text on a black background
contrast 6.19:1
Card sample
#c35ef1 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35ef1;
Background color
Panel with #c35ef1 background
background-color: #c35ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35ef1; background: linear-gradient(135deg, #c35ef1, #F15EBD);