#c63df0
a balanced, electric violet · warm · closest name: magenta
RGB
198, 61, 240
HSL
286°, 86%, 59%
CMYK
18, 75, 0, 6
Luminance
0.2163
Every format
| HEX | #c63df0 |
| RGB | rgb(198, 61, 240) |
| HSL | hsl(286, 86%, 59%) |
| CMYK | cmyk(18%, 75%, 0%, 6%) |
| LAB | lab(53.6 76.7 -63.7) |
| LCH | lch(53.6 99.7 320.3) |
| OKLCH | oklch(0.634 0.262 316.8) |
Copy-ready code
/* CSS */
color: #c63df0;
background-color: #c63df0;
/* Tailwind (arbitrary) */
class="text-[#c63df0] bg-[#c63df0]"
/* SCSS */
$brand: #c63df0;
/* SwiftUI */
Color(red: 0.776, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#c63df0")Accessibility — WCAG contrast
Aa
#c63df0 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63df0 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.9%
Blue94.1%
CMYK percentages
Cyan17.5%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c63df0 text on a black background
contrast 5.33:1
Card sample
#c63df0 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63df0;
Background color
Panel with #c63df0 background
background-color: #c63df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63df0; background: linear-gradient(135deg, #c63df0, #F03DA3);