#c35fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 95, 216
HSL
290°, 61%, 61%
CMYK
10, 56, 0, 15
Luminance
0.2474
Every format
| HEX | #c35fd8 |
| RGB | rgb(195, 95, 216) |
| HSL | hsl(290, 61%, 61%) |
| CMYK | cmyk(10%, 56%, 0%, 15%) |
| LAB | lab(56.8 57.6 -45.1) |
| LCH | lch(56.8 73.2 321.9) |
| OKLCH | oklch(0.652 0.197 320.4) |
Copy-ready code
/* CSS */
color: #c35fd8;
background-color: #c35fd8;
/* Tailwind (arbitrary) */
class="text-[#c35fd8] bg-[#c35fd8]"
/* SCSS */
$brand: #c35fd8;
/* SwiftUI */
Color(red: 0.765, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#c35fd8")Accessibility — WCAG contrast
Aa
#c35fd8 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35fd8 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green37.3%
Blue84.7%
CMYK percentages
Cyan9.7%
Magenta56.0%
Yellow0.0%
Key (black)15.3%
Color previews
#c35fd8 text on a black background
contrast 5.95:1
Card sample
#c35fd8 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35fd8;
Background color
Panel with #c35fd8 background
background-color: #c35fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35fd8; background: linear-gradient(135deg, #c35fd8, #D85F9C);