#c348cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 72, 207
HSL
295°, 58%, 55%
CMYK
6, 65, 0, 19
Luminance
0.2074
Every format
| HEX | #c348cf |
| RGB | rgb(195, 72, 207) |
| HSL | hsl(295, 58%, 55%) |
| CMYK | cmyk(6%, 65%, 0%, 19%) |
| LAB | lab(52.7 66.1 -46.6) |
| LCH | lch(52.7 80.8 324.8) |
| OKLCH | oklch(0.620 0.221 324.1) |
Copy-ready code
/* CSS */
color: #c348cf;
background-color: #c348cf;
/* Tailwind (arbitrary) */
class="text-[#c348cf] bg-[#c348cf]"
/* SCSS */
$brand: #c348cf;
/* SwiftUI */
Color(red: 0.765, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#c348cf")Accessibility — WCAG contrast
Aa
#c348cf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c348cf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green28.2%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c348cf text on a black background
contrast 5.15:1
Card sample
#c348cf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c348cf;
Background color
Panel with #c348cf background
background-color: #c348cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c348cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c348cf; background: linear-gradient(135deg, #c348cf, #CF4881);