#cc50df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 80, 223
HSL
292°, 69%, 59%
CMYK
9, 64, 0, 13
Luminance
0.2390
Every format
| HEX | #cc50df |
| RGB | rgb(204, 80, 223) |
| HSL | hsl(292, 69%, 59%) |
| CMYK | cmyk(9%, 64%, 0%, 13%) |
| LAB | lab(56.0 67.8 -50.3) |
| LCH | lch(56.0 84.4 323.4) |
| OKLCH | oklch(0.650 0.228 322.1) |
Copy-ready code
/* CSS */
color: #cc50df;
background-color: #cc50df;
/* Tailwind (arbitrary) */
class="text-[#cc50df] bg-[#cc50df]"
/* SCSS */
$brand: #cc50df;
/* SwiftUI */
Color(red: 0.800, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#cc50df")Accessibility — WCAG contrast
Aa
#cc50df on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc50df on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cc50df text on a black background
contrast 5.78:1
Card sample
#cc50df text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc50df;
Background color
Panel with #cc50df background
background-color: #cc50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc50df; background: linear-gradient(135deg, #cc50df, #DF5093);