#c63cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 60, 223
HSL
291°, 72%, 56%
CMYK
11, 73, 0, 13
Luminance
0.2057
Every format
| HEX | #c63cdf |
| RGB | rgb(198, 60, 223) |
| HSL | hsl(291, 72%, 56%) |
| CMYK | cmyk(11%, 73%, 0%, 13%) |
| LAB | lab(52.5 73.9 -56.0) |
| LCH | lch(52.5 92.7 322.9) |
| OKLCH | oklch(0.623 0.249 321.0) |
Copy-ready code
/* CSS */
color: #c63cdf;
background-color: #c63cdf;
/* Tailwind (arbitrary) */
class="text-[#c63cdf] bg-[#c63cdf]"
/* SCSS */
$brand: #c63cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#c63cdf")Accessibility — WCAG contrast
Aa
#c63cdf on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63cdf on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c63cdf text on a black background
contrast 5.11:1
Card sample
#c63cdf text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63cdf;
Background color
Panel with #c63cdf background
background-color: #c63cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63cdf; background: linear-gradient(135deg, #c63cdf, #DF3C8B);