#c63df6
a balanced, electric violet · warm · closest name: magenta
RGB
198, 61, 246
HSL
284°, 91%, 60%
CMYK
20, 75, 0, 4
Luminance
0.2200
Every format
| HEX | #c63df6 |
| RGB | rgb(198, 61, 246) |
| HSL | hsl(284, 91%, 60%) |
| CMYK | cmyk(20%, 75%, 0%, 4%) |
| LAB | lab(54.0 77.8 -66.4) |
| LCH | lch(54.0 102.3 319.5) |
| OKLCH | oklch(0.638 0.267 315.4) |
Copy-ready code
/* CSS */
color: #c63df6;
background-color: #c63df6;
/* Tailwind (arbitrary) */
class="text-[#c63df6] bg-[#c63df6]"
/* SCSS */
$brand: #c63df6;
/* SwiftUI */
Color(red: 0.776, green: 0.239, blue: 0.965)
/* Android */
Color.parseColor("#c63df6")Accessibility — WCAG contrast
Aa
#c63df6 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63df6 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.9%
Blue96.5%
CMYK percentages
Cyan19.5%
Magenta75.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c63df6 text on a black background
contrast 5.40:1
Card sample
#c63df6 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63df6;
Background color
Panel with #c63df6 background
background-color: #c63df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 61, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 61, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63df6; background: linear-gradient(135deg, #c63df6, #F63DAB);