#c63df9
a balanced, electric violet · warm · closest name: magenta
RGB
198, 61, 249
HSL
284°, 94%, 61%
CMYK
21, 76, 0, 2
Luminance
0.2218
Every format
| HEX | #c63df9 |
| RGB | rgb(198, 61, 249) |
| HSL | hsl(284, 94%, 61%) |
| CMYK | cmyk(21%, 76%, 0%, 2%) |
| LAB | lab(54.2 78.3 -67.8) |
| LCH | lch(54.2 103.6 319.1) |
| OKLCH | oklch(0.640 0.269 314.7) |
Copy-ready code
/* CSS */
color: #c63df9;
background-color: #c63df9;
/* Tailwind (arbitrary) */
class="text-[#c63df9] bg-[#c63df9]"
/* SCSS */
$brand: #c63df9;
/* SwiftUI */
Color(red: 0.776, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#c63df9")Accessibility — WCAG contrast
Aa
#c63df9 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63df9 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green23.9%
Blue97.6%
CMYK percentages
Cyan20.5%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#c63df9 text on a black background
contrast 5.44:1
Card sample
#c63df9 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63df9;
Background color
Panel with #c63df9 background
background-color: #c63df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63df9; background: linear-gradient(135deg, #c63df9, #F93DAF);