#c633eb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 51, 235
HSL
288°, 82%, 56%
CMYK
16, 78, 0, 8
Luminance
0.2037
Every format
| HEX | #c633eb |
| RGB | rgb(198, 51, 235) |
| HSL | hsl(288, 82%, 56%) |
| CMYK | cmyk(16%, 78%, 0%, 8%) |
| LAB | lab(52.3 78.8 -63.1) |
| LCH | lch(52.3 101.0 321.3) |
| OKLCH | oklch(0.624 0.267 318.3) |
Copy-ready code
/* CSS */
color: #c633eb;
background-color: #c633eb;
/* Tailwind (arbitrary) */
class="text-[#c633eb] bg-[#c633eb]"
/* SCSS */
$brand: #c633eb;
/* SwiftUI */
Color(red: 0.776, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#c633eb")Accessibility — WCAG contrast
Aa
#c633eb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c633eb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green20.0%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c633eb text on a black background
contrast 5.07:1
Card sample
#c633eb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c633eb;
Background color
Panel with #c633eb background
background-color: #c633eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c633eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c633eb; background: linear-gradient(135deg, #c633eb, #EB3395);