#c583df
a light, vivid violet · warm · closest name: orchid
RGB
197, 131, 223
HSL
283°, 59%, 69%
CMYK
12, 41, 0, 13
Luminance
0.3343
Every format
| HEX | #c583df |
| RGB | rgb(197, 131, 223) |
| HSL | hsl(283, 59%, 69%) |
| CMYK | cmyk(12%, 41%, 0%, 13%) |
| LAB | lab(64.5 41.1 -37.0) |
| LCH | lch(64.5 55.3 318.0) |
| OKLCH | oklch(0.711 0.147 316.0) |
Copy-ready code
/* CSS */
color: #c583df;
background-color: #c583df;
/* Tailwind (arbitrary) */
class="text-[#c583df] bg-[#c583df]"
/* SCSS */
$brand: #c583df;
/* SwiftUI */
Color(red: 0.773, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#c583df")Accessibility — WCAG contrast
Aa
#c583df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c583df on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green51.4%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c583df text on a black background
contrast 7.69:1
Card sample
#c583df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c583df;
Background color
Panel with #c583df background
background-color: #c583df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c583df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c583df; background: linear-gradient(135deg, #c583df, #DF83BC);