#c550df
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 80, 223
HSL
289°, 69%, 59%
CMYK
12, 64, 0, 13
Luminance
0.2294
Every format
| HEX | #c550df |
| RGB | rgb(197, 80, 223) |
| HSL | hsl(289, 69%, 59%) |
| CMYK | cmyk(12%, 64%, 0%, 13%) |
| LAB | lab(55.0 66.2 -51.9) |
| LCH | lch(55.0 84.1 321.9) |
| OKLCH | oklch(0.641 0.225 319.9) |
Copy-ready code
/* CSS */
color: #c550df;
background-color: #c550df;
/* Tailwind (arbitrary) */
class="text-[#c550df] bg-[#c550df]"
/* SCSS */
$brand: #c550df;
/* SwiftUI */
Color(red: 0.773, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#c550df")Accessibility — WCAG contrast
Aa
#c550df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c550df on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green31.4%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c550df text on a black background
contrast 5.59:1
Card sample
#c550df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c550df;
Background color
Panel with #c550df background
background-color: #c550df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c550df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c550df; background: linear-gradient(135deg, #c550df, #DF509A);