#c557df
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 87, 223
HSL
289°, 68%, 61%
CMYK
12, 61, 0, 13
Luminance
0.2401
Every format
| HEX | #c557df |
| RGB | rgb(197, 87, 223) |
| HSL | hsl(289, 68%, 61%) |
| CMYK | cmyk(12%, 61%, 0%, 13%) |
| LAB | lab(56.1 63.1 -50.2) |
| LCH | lch(56.1 80.7 321.5) |
| OKLCH | oklch(0.649 0.216 319.5) |
Copy-ready code
/* CSS */
color: #c557df;
background-color: #c557df;
/* Tailwind (arbitrary) */
class="text-[#c557df] bg-[#c557df]"
/* SCSS */
$brand: #c557df;
/* SwiftUI */
Color(red: 0.773, green: 0.341, blue: 0.875)
/* Android */
Color.parseColor("#c557df")Accessibility — WCAG contrast
Aa
#c557df on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c557df on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green34.1%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta61.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c557df text on a black background
contrast 5.80:1
Card sample
#c557df text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c557df;
Background color
Panel with #c557df background
background-color: #c557df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c557df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 87, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 87, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c557df; background: linear-gradient(135deg, #c557df, #DF579E);