#c367df
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 103, 223
HSL
286°, 65%, 64%
CMYK
13, 54, 0, 13
Luminance
0.2663
Every format
| HEX | #c367df |
| RGB | rgb(195, 103, 223) |
| HSL | hsl(286, 65%, 64%) |
| CMYK | cmyk(13%, 54%, 0%, 13%) |
| LAB | lab(58.6 55.1 -46.2) |
| LCH | lch(58.6 71.9 320.0) |
| OKLCH | oklch(0.666 0.191 317.8) |
Copy-ready code
/* CSS */
color: #c367df;
background-color: #c367df;
/* Tailwind (arbitrary) */
class="text-[#c367df] bg-[#c367df]"
/* SCSS */
$brand: #c367df;
/* SwiftUI */
Color(red: 0.765, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#c367df")Accessibility — WCAG contrast
Aa
#c367df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c367df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.4%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c367df text on a black background
contrast 6.33:1
Card sample
#c367df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c367df;
Background color
Panel with #c367df background
background-color: #c367df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c367df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c367df; background: linear-gradient(135deg, #c367df, #DF67AB);