#c559fd
a light, electric violet · warm · closest name: magenta
RGB
197, 89, 253
HSL
280°, 98%, 67%
CMYK
22, 65, 0, 1
Luminance
0.2611
Every format
| HEX | #c559fd |
| RGB | rgb(197, 89, 253) |
| HSL | hsl(280, 98%, 67%) |
| CMYK | cmyk(22%, 65%, 0%, 1%) |
| LAB | lab(58.1 68.2 -63.7) |
| LCH | lch(58.1 93.3 316.9) |
| OKLCH | oklch(0.669 0.241 311.9) |
Copy-ready code
/* CSS */
color: #c559fd;
background-color: #c559fd;
/* Tailwind (arbitrary) */
class="text-[#c559fd] bg-[#c559fd]"
/* SCSS */
$brand: #c559fd;
/* SwiftUI */
Color(red: 0.773, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#c559fd")Accessibility — WCAG contrast
Aa
#c559fd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c559fd on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green34.9%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c559fd text on a black background
contrast 6.22:1
Card sample
#c559fd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c559fd;
Background color
Panel with #c559fd background
background-color: #c559fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c559fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c559fd; background: linear-gradient(135deg, #c559fd, #FD59C8);