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