#c36dfb
a light, electric violet · warm · closest name: violet
RGB
195, 109, 251
HSL
276°, 95%, 71%
CMYK
22, 57, 0, 2
Luminance
0.2950
Every format
| HEX | #c36dfb |
| RGB | rgb(195, 109, 251) |
| HSL | hsl(276, 95%, 71%) |
| CMYK | cmyk(22%, 57%, 0%, 2%) |
| LAB | lab(61.2 57.9 -57.7) |
| LCH | lch(61.2 81.7 315.1) |
| OKLCH | oklch(0.690 0.211 309.9) |
Copy-ready code
/* CSS */
color: #c36dfb;
background-color: #c36dfb;
/* Tailwind (arbitrary) */
class="text-[#c36dfb] bg-[#c36dfb]"
/* SCSS */
$brand: #c36dfb;
/* SwiftUI */
Color(red: 0.765, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#c36dfb")Accessibility — WCAG contrast
Aa
#c36dfb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36dfb on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan22.3%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c36dfb text on a black background
contrast 6.90:1
Card sample
#c36dfb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36dfb;
Background color
Panel with #c36dfb background
background-color: #c36dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36dfb; background: linear-gradient(135deg, #c36dfb, #FB6DD4);