#c372cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 114, 207
HSL
292°, 49%, 63%
CMYK
6, 45, 0, 19
Luminance
0.2814
Every format
| HEX | #c372cf |
| RGB | rgb(195, 114, 207) |
| HSL | hsl(292, 49%, 63%) |
| CMYK | cmyk(6%, 45%, 0%, 19%) |
| LAB | lab(60.0 46.4 -35.0) |
| LCH | lch(60.0 58.1 322.9) |
| OKLCH | oklch(0.674 0.158 322.3) |
Copy-ready code
/* CSS */
color: #c372cf;
background-color: #c372cf;
/* Tailwind (arbitrary) */
class="text-[#c372cf] bg-[#c372cf]"
/* SCSS */
$brand: #c372cf;
/* SwiftUI */
Color(red: 0.765, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#c372cf")Accessibility — WCAG contrast
Aa
#c372cf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c372cf on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green44.7%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c372cf text on a black background
contrast 6.63:1
Card sample
#c372cf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c372cf;
Background color
Panel with #c372cf background
background-color: #c372cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c372cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c372cf; background: linear-gradient(135deg, #c372cf, #CF729D);