#c32cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 44, 223
HSL
291°, 74%, 52%
CMYK
13, 80, 0, 13
Luminance
0.1873
Every format
| HEX | #c32cdf |
| RGB | rgb(195, 44, 223) |
| HSL | hsl(291, 74%, 52%) |
| CMYK | cmyk(13%, 80%, 0%, 13%) |
| LAB | lab(50.4 78.1 -59.4) |
| LCH | lch(50.4 98.1 322.7) |
| OKLCH | oklch(0.607 0.263 320.6) |
Copy-ready code
/* CSS */
color: #c32cdf;
background-color: #c32cdf;
/* Tailwind (arbitrary) */
class="text-[#c32cdf] bg-[#c32cdf]"
/* SCSS */
$brand: #c32cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c32cdf")Accessibility — WCAG contrast
Aa
#c32cdf on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32cdf on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c32cdf text on a black background
contrast 4.75:1
Card sample
#c32cdf text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32cdf;
Background color
Panel with #c32cdf background
background-color: #c32cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32cdf; background: linear-gradient(135deg, #c32cdf, #DF2C84);