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