#c341cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 65, 207
HSL
295°, 60%, 53%
CMYK
6, 69, 0, 19
Luminance
0.1989
Every format
| HEX | #c341cf |
| RGB | rgb(195, 65, 207) |
| HSL | hsl(295, 60%, 53%) |
| CMYK | cmyk(6%, 69%, 0%, 19%) |
| LAB | lab(51.7 68.8 -48.1) |
| LCH | lch(51.7 83.9 325.0) |
| OKLCH | oklch(0.614 0.229 324.3) |
Copy-ready code
/* CSS */
color: #c341cf;
background-color: #c341cf;
/* Tailwind (arbitrary) */
class="text-[#c341cf] bg-[#c341cf]"
/* SCSS */
$brand: #c341cf;
/* SwiftUI */
Color(red: 0.765, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#c341cf")Accessibility — WCAG contrast
Aa
#c341cf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c341cf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green25.5%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c341cf text on a black background
contrast 4.98:1
Card sample
#c341cf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c341cf;
Background color
Panel with #c341cf background
background-color: #c341cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c341cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c341cf; background: linear-gradient(135deg, #c341cf, #CF417C);