#cc63df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 99, 223
HSL
291°, 66%, 63%
CMYK
9, 56, 0, 13
Luminance
0.2709
Every format
| HEX | #cc63df |
| RGB | rgb(204, 99, 223) |
| HSL | hsl(291, 66%, 63%) |
| CMYK | cmyk(9%, 56%, 0%, 13%) |
| LAB | lab(59.1 59.4 -45.5) |
| LCH | lch(59.1 74.8 322.6) |
| OKLCH | oklch(0.672 0.202 321.3) |
Copy-ready code
/* CSS */
color: #cc63df;
background-color: #cc63df;
/* Tailwind (arbitrary) */
class="text-[#cc63df] bg-[#cc63df]"
/* SCSS */
$brand: #cc63df;
/* SwiftUI */
Color(red: 0.800, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#cc63df")Accessibility — WCAG contrast
Aa
#cc63df on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc63df on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green38.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cc63df text on a black background
contrast 6.42:1
Card sample
#cc63df text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc63df;
Background color
Panel with #cc63df background
background-color: #cc63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc63df; background: linear-gradient(135deg, #cc63df, #DF639F);