#c35ce2
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 92, 226
HSL
286°, 70%, 62%
CMYK
14, 59, 0, 11
Luminance
0.2475
Every format
| HEX | #c35ce2 |
| RGB | rgb(195, 92, 226) |
| HSL | hsl(286, 70%, 62%) |
| CMYK | cmyk(14%, 59%, 0%, 11%) |
| LAB | lab(56.8 61.0 -50.8) |
| LCH | lch(56.8 79.3 320.2) |
| OKLCH | oklch(0.654 0.211 317.7) |
Copy-ready code
/* CSS */
color: #c35ce2;
background-color: #c35ce2;
/* Tailwind (arbitrary) */
class="text-[#c35ce2] bg-[#c35ce2]"
/* SCSS */
$brand: #c35ce2;
/* SwiftUI */
Color(red: 0.765, green: 0.361, blue: 0.886)
/* Android */
Color.parseColor("#c35ce2")Accessibility — WCAG contrast
Aa
#c35ce2 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35ce2 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.1%
Blue88.6%
CMYK percentages
Cyan13.7%
Magenta59.3%
Yellow0.0%
Key (black)11.4%
Color previews
#c35ce2 text on a black background
contrast 5.95:1
Card sample
#c35ce2 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35ce2;
Background color
Panel with #c35ce2 background
background-color: #c35ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 92, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 92, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35ce2; background: linear-gradient(135deg, #c35ce2, #E25CA8);