#c656fd
a light, electric violet · warm · closest name: magenta
RGB
198, 86, 253
HSL
280°, 98%, 67%
CMYK
22, 66, 0, 1
Luminance
0.2575
Every format
| HEX | #c656fd |
| RGB | rgb(198, 86, 253) |
| HSL | hsl(280, 98%, 67%) |
| CMYK | cmyk(22%, 66%, 0%, 1%) |
| LAB | lab(57.8 69.7 -64.2) |
| LCH | lch(57.8 94.8 317.3) |
| OKLCH | oklch(0.667 0.245 312.5) |
Copy-ready code
/* CSS */
color: #c656fd;
background-color: #c656fd;
/* Tailwind (arbitrary) */
class="text-[#c656fd] bg-[#c656fd]"
/* SCSS */
$brand: #c656fd;
/* SwiftUI */
Color(red: 0.776, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#c656fd")Accessibility — WCAG contrast
Aa
#c656fd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c656fd on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green33.7%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c656fd text on a black background
contrast 6.15:1
Card sample
#c656fd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c656fd;
Background color
Panel with #c656fd background
background-color: #c656fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c656fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c656fd; background: linear-gradient(135deg, #c656fd, #FD56C5);