#c367fd
a light, electric violet · warm · closest name: violet
RGB
195, 103, 253
HSL
277°, 97%, 70%
CMYK
23, 59, 0, 1
Luminance
0.2839
Every format
| HEX | #c367fd |
| RGB | rgb(195, 103, 253) |
| HSL | hsl(277, 97%, 70%) |
| CMYK | cmyk(23%, 59%, 0%, 1%) |
| LAB | lab(60.2 61.3 -60.3) |
| LCH | lch(60.2 86.0 315.5) |
| OKLCH | oklch(0.683 0.222 310.1) |
Copy-ready code
/* CSS */
color: #c367fd;
background-color: #c367fd;
/* Tailwind (arbitrary) */
class="text-[#c367fd] bg-[#c367fd]"
/* SCSS */
$brand: #c367fd;
/* SwiftUI */
Color(red: 0.765, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#c367fd")Accessibility — WCAG contrast
Aa
#c367fd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c367fd on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.4%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c367fd text on a black background
contrast 6.68:1
Card sample
#c367fd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c367fd;
Background color
Panel with #c367fd background
background-color: #c367fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c367fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c367fd; background: linear-gradient(135deg, #c367fd, #FD67D3);