#c366eb
a light, electric violet · warm · closest name: orchid
RGB
195, 102, 235
HSL
282°, 77%, 66%
CMYK
17, 57, 0, 8
Luminance
0.2710
Every format
| HEX | #c366eb |
| RGB | rgb(195, 102, 235) |
| HSL | hsl(282, 77%, 66%) |
| CMYK | cmyk(17%, 57%, 0%, 8%) |
| LAB | lab(59.1 58.0 -52.2) |
| LCH | lch(59.1 78.0 318.0) |
| OKLCH | oklch(0.672 0.205 314.5) |
Copy-ready code
/* CSS */
color: #c366eb;
background-color: #c366eb;
/* Tailwind (arbitrary) */
class="text-[#c366eb] bg-[#c366eb]"
/* SCSS */
$brand: #c366eb;
/* SwiftUI */
Color(red: 0.765, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#c366eb")Accessibility — WCAG contrast
Aa
#c366eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c366eb on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.0%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c366eb text on a black background
contrast 6.42:1
Card sample
#c366eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c366eb;
Background color
Panel with #c366eb background
background-color: #c366eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c366eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c366eb; background: linear-gradient(135deg, #c366eb, #EB66BA);