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