#c56cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 108, 223
HSL
286°, 64%, 65%
CMYK
12, 52, 0, 13
Luminance
0.2792
Every format
| HEX | #c56cdf |
| RGB | rgb(197, 108, 223) |
| HSL | hsl(286, 64%, 65%) |
| CMYK | cmyk(12%, 52%, 0%, 13%) |
| LAB | lab(59.8 53.1 -44.3) |
| LCH | lch(59.8 69.2 320.2) |
| OKLCH | oklch(0.676 0.185 318.2) |
Copy-ready code
/* CSS */
color: #c56cdf;
background-color: #c56cdf;
/* Tailwind (arbitrary) */
class="text-[#c56cdf] bg-[#c56cdf]"
/* SCSS */
$brand: #c56cdf;
/* SwiftUI */
Color(red: 0.773, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#c56cdf")Accessibility — WCAG contrast
Aa
#c56cdf on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56cdf on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green42.4%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c56cdf text on a black background
contrast 6.58:1
Card sample
#c56cdf text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56cdf;
Background color
Panel with #c56cdf background
background-color: #c56cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56cdf; background: linear-gradient(135deg, #c56cdf, #DF6CAC);