#c36df8
a light, electric violet · warm · closest name: violet
RGB
195, 109, 248
HSL
277°, 91%, 70%
CMYK
21, 56, 0, 3
Luminance
0.2932
Every format
| HEX | #c36df8 |
| RGB | rgb(195, 109, 248) |
| HSL | hsl(277, 91%, 70%) |
| CMYK | cmyk(21%, 56%, 0%, 3%) |
| LAB | lab(61.1 57.3 -56.3) |
| LCH | lch(61.1 80.3 315.5) |
| OKLCH | oklch(0.689 0.208 310.6) |
Copy-ready code
/* CSS */
color: #c36df8;
background-color: #c36df8;
/* Tailwind (arbitrary) */
class="text-[#c36df8] bg-[#c36df8]"
/* SCSS */
$brand: #c36df8;
/* SwiftUI */
Color(red: 0.765, green: 0.427, blue: 0.973)
/* Android */
Color.parseColor("#c36df8")Accessibility — WCAG contrast
Aa
#c36df8 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36df8 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green42.7%
Blue97.3%
CMYK percentages
Cyan21.4%
Magenta56.0%
Yellow0.0%
Key (black)2.7%
Color previews
#c36df8 text on a black background
contrast 6.86:1
Card sample
#c36df8 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36df8;
Background color
Panel with #c36df8 background
background-color: #c36df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 109, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 109, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36df8; background: linear-gradient(135deg, #c36df8, #F86DD0);