#c56df4
a light, electric violet · warm · closest name: violet
RGB
197, 109, 244
HSL
279°, 86%, 69%
CMYK
19, 55, 0, 4
Luminance
0.2934
Every format
| HEX | #c56df4 |
| RGB | rgb(197, 109, 244) |
| HSL | hsl(279, 86%, 69%) |
| CMYK | cmyk(19%, 55%, 0%, 4%) |
| LAB | lab(61.1 56.9 -54.0) |
| LCH | lch(61.1 78.5 316.5) |
| OKLCH | oklch(0.689 0.205 312.3) |
Copy-ready code
/* CSS */
color: #c56df4;
background-color: #c56df4;
/* Tailwind (arbitrary) */
class="text-[#c56df4] bg-[#c56df4]"
/* SCSS */
$brand: #c56df4;
/* SwiftUI */
Color(red: 0.773, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#c56df4")Accessibility — WCAG contrast
Aa
#c56df4 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56df4 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green42.7%
Blue95.7%
CMYK percentages
Cyan19.3%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#c56df4 text on a black background
contrast 6.87:1
Card sample
#c56df4 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56df4;
Background color
Panel with #c56df4 background
background-color: #c56df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56df4; background: linear-gradient(135deg, #c56df4, #F46DC9);