#c378fd
a light, electric violet · warm · closest name: violet
RGB
195, 120, 253
HSL
274°, 97%, 73%
CMYK
23, 53, 0, 1
Luminance
0.3213
Every format
| HEX | #c378fd |
| RGB | rgb(195, 120, 253) |
| HSL | hsl(274, 97%, 73%) |
| CMYK | cmyk(23%, 53%, 0%, 1%) |
| LAB | lab(63.5 52.8 -55.2) |
| LCH | lch(63.5 76.4 313.7) |
| OKLCH | oklch(0.707 0.197 308.2) |
Copy-ready code
/* CSS */
color: #c378fd;
background-color: #c378fd;
/* Tailwind (arbitrary) */
class="text-[#c378fd] bg-[#c378fd]"
/* SCSS */
$brand: #c378fd;
/* SwiftUI */
Color(red: 0.765, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#c378fd")Accessibility — WCAG contrast
Aa
#c378fd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c378fd on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green47.1%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c378fd text on a black background
contrast 7.43:1
Card sample
#c378fd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c378fd;
Background color
Panel with #c378fd background
background-color: #c378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c378fd; background: linear-gradient(135deg, #c378fd, #FD78DE);