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