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