#c63eee
a balanced, electric violet · warm · closest name: magenta
RGB
198, 62, 238
HSL
286°, 84%, 59%
CMYK
17, 74, 0, 7
Luminance
0.2162
Every format
| HEX | #c63eee |
| RGB | rgb(198, 62, 238) |
| HSL | hsl(286, 84%, 59%) |
| CMYK | cmyk(17%, 74%, 0%, 7%) |
| LAB | lab(53.6 76.0 -62.6) |
| LCH | lch(53.6 98.4 320.5) |
| OKLCH | oklch(0.634 0.259 317.2) |
Copy-ready code
/* CSS */
color: #c63eee;
background-color: #c63eee;
/* Tailwind (arbitrary) */
class="text-[#c63eee] bg-[#c63eee]"
/* SCSS */
$brand: #c63eee;
/* SwiftUI */
Color(red: 0.776, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#c63eee")Accessibility — WCAG contrast
Aa
#c63eee on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63eee on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan16.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c63eee text on a black background
contrast 5.32:1
Card sample
#c63eee text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63eee;
Background color
Panel with #c63eee background
background-color: #c63eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63eee; background: linear-gradient(135deg, #c63eee, #EE3EA1);