#c56fdf
a light, vivid violet · warm · closest name: orchid
RGB
197, 111, 223
HSL
286°, 64%, 66%
CMYK
12, 50, 0, 13
Luminance
0.2857
Every format
| HEX | #c56fdf |
| RGB | rgb(197, 111, 223) |
| HSL | hsl(286, 64%, 66%) |
| CMYK | cmyk(12%, 50%, 0%, 13%) |
| LAB | lab(60.4 51.6 -43.4) |
| LCH | lch(60.4 67.4 319.9) |
| OKLCH | oklch(0.680 0.180 317.9) |
Copy-ready code
/* CSS */
color: #c56fdf;
background-color: #c56fdf;
/* Tailwind (arbitrary) */
class="text-[#c56fdf] bg-[#c56fdf]"
/* SCSS */
$brand: #c56fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c56fdf")Accessibility — WCAG contrast
Aa
#c56fdf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56fdf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c56fdf text on a black background
contrast 6.71:1
Card sample
#c56fdf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56fdf;
Background color
Panel with #c56fdf background
background-color: #c56fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56fdf; background: linear-gradient(135deg, #c56fdf, #DF6FAE);