#c56dfd
a light, electric violet · warm · closest name: violet
RGB
197, 109, 253
HSL
277°, 97%, 71%
CMYK
22, 57, 0, 1
Luminance
0.2990
Every format
| HEX | #c56dfd |
| RGB | rgb(197, 109, 253) |
| HSL | hsl(277, 97%, 71%) |
| CMYK | cmyk(22%, 57%, 0%, 1%) |
| LAB | lab(61.6 58.9 -58.2) |
| LCH | lch(61.6 82.8 315.3) |
| OKLCH | oklch(0.694 0.214 310.2) |
Copy-ready code
/* CSS */
color: #c56dfd;
background-color: #c56dfd;
/* Tailwind (arbitrary) */
class="text-[#c56dfd] bg-[#c56dfd]"
/* SCSS */
$brand: #c56dfd;
/* SwiftUI */
Color(red: 0.773, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#c56dfd")Accessibility — WCAG contrast
Aa
#c56dfd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56dfd on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green42.7%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c56dfd text on a black background
contrast 6.98:1
Card sample
#c56dfd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56dfd;
Background color
Panel with #c56dfd background
background-color: #c56dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56dfd; background: linear-gradient(135deg, #c56dfd, #FD6DD5);