#c658eb
a balanced, electric violet · warm · closest name: orchid
RGB
198, 88, 235
HSL
285°, 79%, 63%
CMYK
16, 63, 0, 8
Luminance
0.2498
Every format
| HEX | #c658eb |
| RGB | rgb(198, 88, 235) |
| HSL | hsl(285, 79%, 63%) |
| CMYK | cmyk(16%, 63%, 0%, 8%) |
| LAB | lab(57.1 65.2 -55.4) |
| LCH | lch(57.1 85.6 319.7) |
| OKLCH | oklch(0.658 0.226 316.6) |
Copy-ready code
/* CSS */
color: #c658eb;
background-color: #c658eb;
/* Tailwind (arbitrary) */
class="text-[#c658eb] bg-[#c658eb]"
/* SCSS */
$brand: #c658eb;
/* SwiftUI */
Color(red: 0.776, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#c658eb")Accessibility — WCAG contrast
Aa
#c658eb on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c658eb on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green34.5%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c658eb text on a black background
contrast 6.00:1
Card sample
#c658eb text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c658eb;
Background color
Panel with #c658eb background
background-color: #c658eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c658eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c658eb; background: linear-gradient(135deg, #c658eb, #EB58AE);