#c373c8
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
195, 115, 200
HSL
297°, 44%, 62%
CMYK
3, 43, 0, 22
Luminance
0.2803
Every format
| HEX | #c373c8 |
| RGB | rgb(195, 115, 200) |
| HSL | hsl(297, 44%, 62%) |
| CMYK | cmyk(3%, 43%, 0%, 22%) |
| LAB | lab(59.9 44.5 -31.2) |
| LCH | lch(59.9 54.4 324.9) |
| OKLCH | oklch(0.673 0.149 324.9) |
Copy-ready code
/* CSS */
color: #c373c8;
background-color: #c373c8;
/* Tailwind (arbitrary) */
class="text-[#c373c8] bg-[#c373c8]"
/* SCSS */
$brand: #c373c8;
/* SwiftUI */
Color(red: 0.765, green: 0.451, blue: 0.784)
/* Android */
Color.parseColor("#c373c8")Accessibility — WCAG contrast
Aa
#c373c8 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c373c8 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green45.1%
Blue78.4%
CMYK percentages
Cyan2.5%
Magenta42.5%
Yellow0.0%
Key (black)21.6%
Color previews
#c373c8 text on a black background
contrast 6.61:1
Card sample
#c373c8 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c373c8;
Background color
Panel with #c373c8 background
background-color: #c373c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c373c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 115, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 115, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c373c8; background: linear-gradient(135deg, #c373c8, #C87394);