#c579df
a light, vivid violet · warm · closest name: orchid
RGB
197, 121, 223
HSL
285°, 61%, 68%
CMYK
12, 46, 0, 13
Luminance
0.3087
Every format
| HEX | #c579df |
| RGB | rgb(197, 121, 223) |
| HSL | hsl(285, 61%, 68%) |
| CMYK | cmyk(12%, 46%, 0%, 13%) |
| LAB | lab(62.4 46.4 -40.3) |
| LCH | lch(62.4 61.5 319.1) |
| OKLCH | oklch(0.695 0.164 317.0) |
Copy-ready code
/* CSS */
color: #c579df;
background-color: #c579df;
/* Tailwind (arbitrary) */
class="text-[#c579df] bg-[#c579df]"
/* SCSS */
$brand: #c579df;
/* SwiftUI */
Color(red: 0.773, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#c579df")Accessibility — WCAG contrast
Aa
#c579df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c579df on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green47.5%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c579df text on a black background
contrast 7.17:1
Card sample
#c579df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c579df;
Background color
Panel with #c579df background
background-color: #c579df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c579df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c579df; background: linear-gradient(135deg, #c579df, #DF79B5);