#c650eb
a balanced, electric violet · warm · closest name: orchid
RGB
198, 80, 235
HSL
286°, 80%, 62%
CMYK
16, 66, 0, 8
Luminance
0.2374
Every format
| HEX | #c650eb |
| RGB | rgb(198, 80, 235) |
| HSL | hsl(286, 80%, 62%) |
| CMYK | cmyk(16%, 66%, 0%, 8%) |
| LAB | lab(55.8 68.6 -57.4) |
| LCH | lch(55.8 89.5 320.1) |
| OKLCH | oklch(0.649 0.236 317.1) |
Copy-ready code
/* CSS */
color: #c650eb;
background-color: #c650eb;
/* Tailwind (arbitrary) */
class="text-[#c650eb] bg-[#c650eb]"
/* SCSS */
$brand: #c650eb;
/* SwiftUI */
Color(red: 0.776, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#c650eb")Accessibility — WCAG contrast
Aa
#c650eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c650eb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.4%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c650eb text on a black background
contrast 5.75:1
Card sample
#c650eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c650eb;
Background color
Panel with #c650eb background
background-color: #c650eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c650eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c650eb; background: linear-gradient(135deg, #c650eb, #EB50A9);