#c643ec
a balanced, electric violet · warm · closest name: magenta
RGB
198, 67, 236
HSL
287°, 82%, 59%
CMYK
16, 72, 0, 8
Luminance
0.2208
Every format
| HEX | #c643ec |
| RGB | rgb(198, 67, 236) |
| HSL | hsl(287, 82%, 59%) |
| CMYK | cmyk(16%, 72%, 0%, 8%) |
| LAB | lab(54.1 73.8 -60.7) |
| LCH | lch(54.1 95.6 320.6) |
| OKLCH | oklch(0.637 0.252 317.5) |
Copy-ready code
/* CSS */
color: #c643ec;
background-color: #c643ec;
/* Tailwind (arbitrary) */
class="text-[#c643ec] bg-[#c643ec]"
/* SCSS */
$brand: #c643ec;
/* SwiftUI */
Color(red: 0.776, green: 0.263, blue: 0.925)
/* Android */
Color.parseColor("#c643ec")Accessibility — WCAG contrast
Aa
#c643ec on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c643ec on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green26.3%
Blue92.5%
CMYK percentages
Cyan16.1%
Magenta71.6%
Yellow0.0%
Key (black)7.5%
Color previews
#c643ec text on a black background
contrast 5.42:1
Card sample
#c643ec text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c643ec;
Background color
Panel with #c643ec background
background-color: #c643ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c643ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 67, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 67, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c643ec; background: linear-gradient(135deg, #c643ec, #EC43A1);