#c158eb
a balanced, electric violet · warm · closest name: orchid
RGB
193, 88, 235
HSL
283°, 79%, 63%
CMYK
18, 63, 0, 8
Luminance
0.2432
Every format
| HEX | #c158eb |
| RGB | rgb(193, 88, 235) |
| HSL | hsl(283, 79%, 63%) |
| CMYK | cmyk(18%, 63%, 0%, 8%) |
| LAB | lab(56.4 64.1 -56.5) |
| LCH | lch(56.4 85.4 318.6) |
| OKLCH | oklch(0.652 0.224 314.9) |
Copy-ready code
/* CSS */
color: #c158eb;
background-color: #c158eb;
/* Tailwind (arbitrary) */
class="text-[#c158eb] bg-[#c158eb]"
/* SCSS */
$brand: #c158eb;
/* SwiftUI */
Color(red: 0.757, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#c158eb")Accessibility — WCAG contrast
Aa
#c158eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c158eb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green34.5%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c158eb text on a black background
contrast 5.86:1
Card sample
#c158eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c158eb;
Background color
Panel with #c158eb background
background-color: #c158eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c158eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c158eb; background: linear-gradient(135deg, #c158eb, #EB58B3);