#c0348c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 52, 140
HSL
322°, 57%, 48%
CMYK
0, 73, 27, 25
Luminance
0.1556
Every format
| HEX | #c0348c |
| RGB | rgb(192, 52, 140) |
| HSL | hsl(322, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 27%, 25%) |
| LAB | lab(46.4 62.6 -17.1) |
| LCH | lch(46.4 64.9 344.8) |
| OKLCH | oklch(0.564 0.195 346.6) |
Copy-ready code
/* CSS */
color: #c0348c;
background-color: #c0348c;
/* Tailwind (arbitrary) */
class="text-[#c0348c] bg-[#c0348c]"
/* SCSS */
$brand: #c0348c;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.549)
/* Android */
Color.parseColor("#c0348c")Accessibility — WCAG contrast
Aa
#c0348c on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0348c on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow27.1%
Key (black)24.7%
Color previews
#c0348c text on a black background
contrast 4.11:1
Card sample
#c0348c text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0348c;
Background color
Panel with #c0348c background
background-color: #c0348c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0348c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0348c; background: linear-gradient(135deg, #c0348c, #C03934);