#cc39df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 57, 223
HSL
293°, 72%, 55%
CMYK
9, 74, 0, 13
Luminance
0.2109
Every format
| HEX | #cc39df |
| RGB | rgb(204, 57, 223) |
| HSL | hsl(293, 72%, 55%) |
| CMYK | cmyk(9%, 74%, 0%, 13%) |
| LAB | lab(53.0 76.1 -55.0) |
| LCH | lch(53.0 93.9 324.1) |
| OKLCH | oklch(0.629 0.255 322.8) |
Copy-ready code
/* CSS */
color: #cc39df;
background-color: #cc39df;
/* Tailwind (arbitrary) */
class="text-[#cc39df] bg-[#cc39df]"
/* SCSS */
$brand: #cc39df;
/* SwiftUI */
Color(red: 0.800, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#cc39df")Accessibility — WCAG contrast
Aa
#cc39df on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc39df on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green22.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta74.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cc39df text on a black background
contrast 5.22:1
Card sample
#cc39df text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc39df;
Background color
Panel with #cc39df background
background-color: #cc39df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc39df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc39df; background: linear-gradient(135deg, #cc39df, #DF3983);