#cc32df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 50, 223
HSL
293°, 73%, 54%
CMYK
9, 78, 0, 13
Luminance
0.2045
Every format
| HEX | #cc32df |
| RGB | rgb(204, 50, 223) |
| HSL | hsl(293, 73%, 54%) |
| CMYK | cmyk(9%, 78%, 0%, 13%) |
| LAB | lab(52.3 78.1 -56.1) |
| LCH | lch(52.3 96.2 324.3) |
| OKLCH | oklch(0.624 0.261 323.0) |
Copy-ready code
/* CSS */
color: #cc32df;
background-color: #cc32df;
/* Tailwind (arbitrary) */
class="text-[#cc32df] bg-[#cc32df]"
/* SCSS */
$brand: #cc32df;
/* SwiftUI */
Color(red: 0.800, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#cc32df")Accessibility — WCAG contrast
Aa
#cc32df on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc32df on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green19.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cc32df text on a black background
contrast 5.09:1
Card sample
#cc32df text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc32df;
Background color
Panel with #cc32df background
background-color: #cc32df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc32df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc32df; background: linear-gradient(135deg, #cc32df, #DF327F);