#c341df
a balanced, vivid violet · warm · closest name: magenta
RGB
195, 65, 223
HSL
289°, 71%, 57%
CMYK
13, 71, 0, 13
Luminance
0.2071
Every format
| HEX | #c341df |
| RGB | rgb(195, 65, 223) |
| HSL | hsl(289, 71%, 57%) |
| CMYK | cmyk(13%, 71%, 0%, 13%) |
| LAB | lab(52.6 71.6 -55.8) |
| LCH | lch(52.6 90.7 322.1) |
| OKLCH | oklch(0.623 0.242 319.9) |
Copy-ready code
/* CSS */
color: #c341df;
background-color: #c341df;
/* Tailwind (arbitrary) */
class="text-[#c341df] bg-[#c341df]"
/* SCSS */
$brand: #c341df;
/* SwiftUI */
Color(red: 0.765, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#c341df")Accessibility — WCAG contrast
Aa
#c341df on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c341df on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green25.5%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c341df text on a black background
contrast 5.14:1
Card sample
#c341df text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c341df;
Background color
Panel with #c341df background
background-color: #c341df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c341df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c341df; background: linear-gradient(135deg, #c341df, #DF4192);