#c381f4
a light, electric violet · warm · closest name: violet
RGB
195, 129, 244
HSL
274°, 84%, 73%
CMYK
20, 47, 0, 4
Luminance
0.3383
Every format
| HEX | #c381f4 |
| RGB | rgb(195, 129, 244) |
| HSL | hsl(274, 84%, 73%) |
| CMYK | cmyk(20%, 47%, 0%, 4%) |
| LAB | lab(64.8 46.1 -48.1) |
| LCH | lch(64.8 66.6 313.8) |
| OKLCH | oklch(0.716 0.173 309.1) |
Copy-ready code
/* CSS */
color: #c381f4;
background-color: #c381f4;
/* Tailwind (arbitrary) */
class="text-[#c381f4] bg-[#c381f4]"
/* SCSS */
$brand: #c381f4;
/* SwiftUI */
Color(red: 0.765, green: 0.506, blue: 0.957)
/* Android */
Color.parseColor("#c381f4")Accessibility — WCAG contrast
Aa
#c381f4 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c381f4 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green50.6%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta47.1%
Yellow0.0%
Key (black)4.3%
Color previews
#c381f4 text on a black background
contrast 7.77:1
Card sample
#c381f4 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c381f4;
Background color
Panel with #c381f4 background
background-color: #c381f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c381f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 129, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 129, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c381f4; background: linear-gradient(135deg, #c381f4, #F481D8);