#c36df3
a light, electric violet · warm · closest name: violet
RGB
195, 109, 243
HSL
279°, 85%, 69%
CMYK
20, 55, 0, 5
Luminance
0.2901
Every format
| HEX | #c36df3 |
| RGB | rgb(195, 109, 243) |
| HSL | hsl(279, 85%, 69%) |
| CMYK | cmyk(20%, 55%, 0%, 5%) |
| LAB | lab(60.8 56.2 -53.9) |
| LCH | lch(60.8 77.9 316.2) |
| OKLCH | oklch(0.686 0.203 311.8) |
Copy-ready code
/* CSS */
color: #c36df3;
background-color: #c36df3;
/* Tailwind (arbitrary) */
class="text-[#c36df3] bg-[#c36df3]"
/* SCSS */
$brand: #c36df3;
/* SwiftUI */
Color(red: 0.765, green: 0.427, blue: 0.953)
/* Android */
Color.parseColor("#c36df3")Accessibility — WCAG contrast
Aa
#c36df3 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36df3 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green42.7%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta55.1%
Yellow0.0%
Key (black)4.7%
Color previews
#c36df3 text on a black background
contrast 6.80:1
Card sample
#c36df3 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36df3;
Background color
Panel with #c36df3 background
background-color: #c36df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 109, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 109, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36df3; background: linear-gradient(135deg, #c36df3, #F36DCA);