#c36cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 108, 223
HSL
285°, 64%, 65%
CMYK
13, 52, 0, 13
Luminance
0.2765
Every format
| HEX | #c36cdf |
| RGB | rgb(195, 108, 223) |
| HSL | hsl(285, 64%, 65%) |
| CMYK | cmyk(13%, 52%, 0%, 13%) |
| LAB | lab(59.6 52.6 -44.7) |
| LCH | lch(59.6 69.0 319.6) |
| OKLCH | oklch(0.673 0.184 317.4) |
Copy-ready code
/* CSS */
color: #c36cdf;
background-color: #c36cdf;
/* Tailwind (arbitrary) */
class="text-[#c36cdf] bg-[#c36cdf]"
/* SCSS */
$brand: #c36cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#c36cdf")Accessibility — WCAG contrast
Aa
#c36cdf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36cdf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c36cdf text on a black background
contrast 6.53:1
Card sample
#c36cdf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36cdf;
Background color
Panel with #c36cdf background
background-color: #c36cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36cdf; background: linear-gradient(135deg, #c36cdf, #DF6CAE);