#c560da
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 96, 218
HSL
290°, 62%, 62%
CMYK
10, 56, 0, 15
Luminance
0.2530
Every format
| HEX | #c560da |
| RGB | rgb(197, 96, 218) |
| HSL | hsl(290, 62%, 62%) |
| CMYK | cmyk(10%, 56%, 0%, 15%) |
| LAB | lab(57.4 58.0 -45.4) |
| LCH | lch(57.4 73.7 322.0) |
| OKLCH | oklch(0.657 0.198 320.5) |
Copy-ready code
/* CSS */
color: #c560da;
background-color: #c560da;
/* Tailwind (arbitrary) */
class="text-[#c560da] bg-[#c560da]"
/* SCSS */
$brand: #c560da;
/* SwiftUI */
Color(red: 0.773, green: 0.376, blue: 0.855)
/* Android */
Color.parseColor("#c560da")Accessibility — WCAG contrast
Aa
#c560da on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c560da on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.6%
Blue85.5%
CMYK percentages
Cyan9.6%
Magenta56.0%
Yellow0.0%
Key (black)14.5%
Color previews
#c560da text on a black background
contrast 6.06:1
Card sample
#c560da text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c560da;
Background color
Panel with #c560da background
background-color: #c560da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c560da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 96, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 96, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c560da; background: linear-gradient(135deg, #c560da, #DA609E);