#c35eee
a light, electric violet · warm · closest name: orchid
RGB
195, 94, 238
HSL
282°, 81%, 65%
CMYK
18, 61, 0, 7
Luminance
0.2578
Every format
| HEX | #c35eee |
| RGB | rgb(195, 94, 238) |
| HSL | hsl(282, 81%, 65%) |
| CMYK | cmyk(18%, 61%, 0%, 7%) |
| LAB | lab(57.8 62.4 -55.9) |
| LCH | lch(57.8 83.8 318.2) |
| OKLCH | oklch(0.663 0.220 314.4) |
Copy-ready code
/* CSS */
color: #c35eee;
background-color: #c35eee;
/* Tailwind (arbitrary) */
class="text-[#c35eee] bg-[#c35eee]"
/* SCSS */
$brand: #c35eee;
/* SwiftUI */
Color(red: 0.765, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#c35eee")Accessibility — WCAG contrast
Aa
#c35eee on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35eee on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c35eee text on a black background
contrast 6.16:1
Card sample
#c35eee text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35eee;
Background color
Panel with #c35eee background
background-color: #c35eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35eee; background: linear-gradient(135deg, #c35eee, #EE5EB9);