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