#c63cfd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 60, 253
HSL
283°, 98%, 61%
CMYK
22, 76, 0, 1
Luminance
0.2233
Every format
| HEX | #c63cfd |
| RGB | rgb(198, 60, 253) |
| HSL | hsl(283, 98%, 61%) |
| CMYK | cmyk(22%, 76%, 0%, 1%) |
| LAB | lab(54.4 79.4 -69.8) |
| LCH | lch(54.4 105.7 318.7) |
| OKLCH | oklch(0.642 0.274 313.9) |
Copy-ready code
/* CSS */
color: #c63cfd;
background-color: #c63cfd;
/* Tailwind (arbitrary) */
class="text-[#c63cfd] bg-[#c63cfd]"
/* SCSS */
$brand: #c63cfd;
/* SwiftUI */
Color(red: 0.776, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#c63cfd")Accessibility — WCAG contrast
Aa
#c63cfd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63cfd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c63cfd text on a black background
contrast 5.47:1
Card sample
#c63cfd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63cfd;
Background color
Panel with #c63cfd background
background-color: #c63cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63cfd; background: linear-gradient(135deg, #c63cfd, #FD3CB3);