#c367f2
a light, electric violet · warm · closest name: violet
RGB
195, 103, 242
HSL
280°, 84%, 68%
CMYK
19, 57, 0, 5
Luminance
0.2771
Every format
| HEX | #c367f2 |
| RGB | rgb(195, 103, 242) |
| HSL | hsl(280, 84%, 68%) |
| CMYK | cmyk(19%, 57%, 0%, 5%) |
| LAB | lab(59.6 59.0 -55.2) |
| LCH | lch(59.6 80.8 316.9) |
| OKLCH | oklch(0.677 0.211 312.7) |
Copy-ready code
/* CSS */
color: #c367f2;
background-color: #c367f2;
/* Tailwind (arbitrary) */
class="text-[#c367f2] bg-[#c367f2]"
/* SCSS */
$brand: #c367f2;
/* SwiftUI */
Color(red: 0.765, green: 0.404, blue: 0.949)
/* Android */
Color.parseColor("#c367f2")Accessibility — WCAG contrast
Aa
#c367f2 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c367f2 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.4%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta57.4%
Yellow0.0%
Key (black)5.1%
Color previews
#c367f2 text on a black background
contrast 6.54:1
Card sample
#c367f2 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c367f2;
Background color
Panel with #c367f2 background
background-color: #c367f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c367f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 103, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 103, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c367f2; background: linear-gradient(135deg, #c367f2, #F267C4);