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