#c36af2
a light, electric violet · warm · closest name: violet
RGB
195, 106, 242
HSL
279°, 84%, 68%
CMYK
19, 56, 0, 5
Luminance
0.2832
Every format
| HEX | #c36af2 |
| RGB | rgb(195, 106, 242) |
| HSL | hsl(279, 84%, 68%) |
| CMYK | cmyk(19%, 56%, 0%, 5%) |
| LAB | lab(60.2 57.5 -54.4) |
| LCH | lch(60.2 79.1 316.6) |
| OKLCH | oklch(0.681 0.206 312.4) |
Copy-ready code
/* CSS */
color: #c36af2;
background-color: #c36af2;
/* Tailwind (arbitrary) */
class="text-[#c36af2] bg-[#c36af2]"
/* SCSS */
$brand: #c36af2;
/* SwiftUI */
Color(red: 0.765, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#c36af2")Accessibility — WCAG contrast
Aa
#c36af2 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c36af2 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green41.6%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#c36af2 text on a black background
contrast 6.66:1
Card sample
#c36af2 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c36af2;
Background color
Panel with #c36af2 background
background-color: #c36af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c36af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c36af2; background: linear-gradient(135deg, #c36af2, #F26AC6);