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