#c373c0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
195, 115, 192
HSL
302°, 40%, 61%
CMYK
0, 41, 2, 24
Luminance
0.2767
Every format
| HEX | #c373c0 |
| RGB | rgb(195, 115, 192) |
| HSL | hsl(302, 40%, 61%) |
| CMYK | cmyk(0%, 41%, 2%, 24%) |
| LAB | lab(59.6 43.0 -27.2) |
| LCH | lch(59.6 50.9 327.7) |
| OKLCH | oklch(0.669 0.141 328.4) |
Copy-ready code
/* CSS */
color: #c373c0;
background-color: #c373c0;
/* Tailwind (arbitrary) */
class="text-[#c373c0] bg-[#c373c0]"
/* SCSS */
$brand: #c373c0;
/* SwiftUI */
Color(red: 0.765, green: 0.451, blue: 0.753)
/* Android */
Color.parseColor("#c373c0")Accessibility — WCAG contrast
Aa
#c373c0 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c373c0 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green45.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow1.5%
Key (black)23.5%
Color previews
#c373c0 text on a black background
contrast 6.53:1
Card sample
#c373c0 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c373c0;
Background color
Panel with #c373c0 background
background-color: #c373c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c373c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 115, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 115, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c373c0; background: linear-gradient(135deg, #c373c0, #C3738B);