#c35cef
a balanced, electric violet · warm · closest name: orchid
RGB
195, 92, 239
HSL
282°, 82%, 65%
CMYK
18, 62, 0, 6
Luminance
0.2549
Every format
| HEX | #c35cef |
| RGB | rgb(195, 92, 239) |
| HSL | hsl(282, 82%, 65%) |
| CMYK | cmyk(18%, 62%, 0%, 6%) |
| LAB | lab(57.5 63.5 -56.9) |
| LCH | lch(57.5 85.3 318.2) |
| OKLCH | oklch(0.661 0.223 314.3) |
Copy-ready code
/* CSS */
color: #c35cef;
background-color: #c35cef;
/* Tailwind (arbitrary) */
class="text-[#c35cef] bg-[#c35cef]"
/* SCSS */
$brand: #c35cef;
/* SwiftUI */
Color(red: 0.765, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#c35cef")Accessibility — WCAG contrast
Aa
#c35cef on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35cef on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.1%
Blue93.7%
CMYK percentages
Cyan18.4%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#c35cef text on a black background
contrast 6.10:1
Card sample
#c35cef text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35cef;
Background color
Panel with #c35cef background
background-color: #c35cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35cef; background: linear-gradient(135deg, #c35cef, #EF5CB9);