#c36fdf
a light, vivid violet · warm · closest name: orchid
RGB
195, 111, 223
HSL
285°, 64%, 66%
CMYK
13, 50, 0, 13
Luminance
0.2830
Every format
| HEX | #c36fdf |
| RGB | rgb(195, 111, 223) |
| HSL | hsl(285, 64%, 66%) |
| CMYK | cmyk(13%, 50%, 0%, 13%) |
| LAB | lab(60.2 51.1 -43.8) |
| LCH | lch(60.2 67.3 319.4) |
| OKLCH | oklch(0.678 0.179 317.1) |
Copy-ready code
/* CSS */
color: #c36fdf;
background-color: #c36fdf;
/* Tailwind (arbitrary) */
class="text-[#c36fdf] bg-[#c36fdf]"
/* SCSS */
$brand: #c36fdf;
/* SwiftUI */
Color(red: 0.765, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c36fdf")Accessibility — WCAG contrast
Aa
#c36fdf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36fdf on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.5%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c36fdf text on a black background
contrast 6.66:1
Card sample
#c36fdf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36fdf;
Background color
Panel with #c36fdf background
background-color: #c36fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36fdf; background: linear-gradient(135deg, #c36fdf, #DF6FB0);