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