#c587df
a light, vivid violet · warm · closest name: orchid
RGB
197, 135, 223
HSL
282°, 58%, 70%
CMYK
12, 40, 0, 13
Luminance
0.3453
Every format
| HEX | #c587df |
| RGB | rgb(197, 135, 223) |
| HSL | hsl(282, 58%, 70%) |
| CMYK | cmyk(12%, 40%, 0%, 13%) |
| LAB | lab(65.4 39.0 -35.6) |
| LCH | lch(65.4 52.8 317.6) |
| OKLCH | oklch(0.717 0.140 315.5) |
Copy-ready code
/* CSS */
color: #c587df;
background-color: #c587df;
/* Tailwind (arbitrary) */
class="text-[#c587df] bg-[#c587df]"
/* SCSS */
$brand: #c587df;
/* SwiftUI */
Color(red: 0.773, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#c587df")Accessibility — WCAG contrast
Aa
#c587df on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c587df on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green52.9%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c587df text on a black background
contrast 7.91:1
Card sample
#c587df text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c587df;
Background color
Panel with #c587df background
background-color: #c587df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c587df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c587df; background: linear-gradient(135deg, #c587df, #DF87BE);