#c63df2
a balanced, electric violet · warm · closest name: magenta
RGB
198, 61, 242
HSL
285°, 87%, 59%
CMYK
18, 75, 0, 5
Luminance
0.2175
Every format
| HEX | #c63df2 |
| RGB | rgb(198, 61, 242) |
| HSL | hsl(285, 87%, 59%) |
| CMYK | cmyk(18%, 75%, 0%, 5%) |
| LAB | lab(53.8 77.0 -64.6) |
| LCH | lch(53.8 100.5 320.0) |
| OKLCH | oklch(0.636 0.264 316.3) |
Copy-ready code
/* CSS */
color: #c63df2;
background-color: #c63df2;
/* Tailwind (arbitrary) */
class="text-[#c63df2] bg-[#c63df2]"
/* SCSS */
$brand: #c63df2;
/* SwiftUI */
Color(red: 0.776, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#c63df2")Accessibility — WCAG contrast
Aa
#c63df2 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63df2 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.9%
Blue94.9%
CMYK percentages
Cyan18.2%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c63df2 text on a black background
contrast 5.35:1
Card sample
#c63df2 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63df2;
Background color
Panel with #c63df2 background
background-color: #c63df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63df2; background: linear-gradient(135deg, #c63df2, #F23DA5);