#c560eb
a balanced, electric violet · warm · closest name: orchid
RGB
197, 96, 235
HSL
284°, 78%, 65%
CMYK
16, 59, 0, 8
Luminance
0.2623
Every format
| HEX | #c560eb |
| RGB | rgb(197, 96, 235) |
| HSL | hsl(284, 78%, 65%) |
| CMYK | cmyk(16%, 59%, 0%, 8%) |
| LAB | lab(58.3 61.4 -53.5) |
| LCH | lch(58.3 81.4 318.9) |
| OKLCH | oklch(0.666 0.214 315.7) |
Copy-ready code
/* CSS */
color: #c560eb;
background-color: #c560eb;
/* Tailwind (arbitrary) */
class="text-[#c560eb] bg-[#c560eb]"
/* SCSS */
$brand: #c560eb;
/* SwiftUI */
Color(red: 0.773, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#c560eb")Accessibility — WCAG contrast
Aa
#c560eb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c560eb on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.6%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c560eb text on a black background
contrast 6.25:1
Card sample
#c560eb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c560eb;
Background color
Panel with #c560eb background
background-color: #c560eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c560eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c560eb; background: linear-gradient(135deg, #c560eb, #EB60B4);