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