#c36ef1
a light, electric violet · warm · closest name: violet
RGB
195, 110, 241
HSL
279°, 82%, 69%
CMYK
19, 54, 0, 6
Luminance
0.2910
Every format
| HEX | #c36ef1 |
| RGB | rgb(195, 110, 241) |
| HSL | hsl(279, 82%, 69%) |
| CMYK | cmyk(19%, 54%, 0%, 6%) |
| LAB | lab(60.9 55.3 -52.7) |
| LCH | lch(60.9 76.4 316.4) |
| OKLCH | oklch(0.686 0.199 312.2) |
Copy-ready code
/* CSS */
color: #c36ef1;
background-color: #c36ef1;
/* Tailwind (arbitrary) */
class="text-[#c36ef1] bg-[#c36ef1]"
/* SCSS */
$brand: #c36ef1;
/* SwiftUI */
Color(red: 0.765, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#c36ef1")Accessibility — WCAG contrast
Aa
#c36ef1 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36ef1 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.1%
Blue94.5%
CMYK percentages
Cyan19.1%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c36ef1 text on a black background
contrast 6.82:1
Card sample
#c36ef1 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36ef1;
Background color
Panel with #c36ef1 background
background-color: #c36ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36ef1; background: linear-gradient(135deg, #c36ef1, #F16EC8);