#c0355f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
192, 53, 95
HSL
342°, 57%, 48%
CMYK
0, 72, 51, 25
Luminance
0.1458
Every format
| HEX | #c0355f |
| RGB | rgb(192, 53, 95) |
| HSL | hsl(342, 57%, 48%) |
| CMYK | cmyk(0%, 72%, 51%, 25%) |
| LAB | lab(45.1 57.5 8.5) |
| LCH | lch(45.1 58.1 8.4) |
| OKLCH | oklch(0.549 0.177 7.2) |
Copy-ready code
/* CSS */
color: #c0355f;
background-color: #c0355f;
/* Tailwind (arbitrary) */
class="text-[#c0355f] bg-[#c0355f]"
/* SCSS */
$brand: #c0355f;
/* SwiftUI */
Color(red: 0.753, green: 0.208, blue: 0.373)
/* Android */
Color.parseColor("#c0355f")Accessibility — WCAG contrast
Aa
#c0355f on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0355f on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow50.5%
Key (black)24.7%
Color previews
#c0355f text on a black background
contrast 3.92:1
Card sample
#c0355f text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0355f;
Background color
Panel with #c0355f background
background-color: #c0355f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0355f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 53, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 53, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0355f; background: linear-gradient(135deg, #c0355f, #C06835);