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