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