#c987df
a light, vivid violet · warm · closest name: orchid
RGB
201, 135, 223
HSL
285°, 58%, 70%
CMYK
10, 40, 0, 13
Luminance
0.3507
Every format
| HEX | #c987df |
| RGB | rgb(201, 135, 223) |
| HSL | hsl(285, 58%, 70%) |
| CMYK | cmyk(10%, 40%, 0%, 13%) |
| LAB | lab(65.8 40.1 -34.9) |
| LCH | lch(65.8 53.2 319.0) |
| OKLCH | oklch(0.722 0.142 317.4) |
Copy-ready code
/* CSS */
color: #c987df;
background-color: #c987df;
/* Tailwind (arbitrary) */
class="text-[#c987df] bg-[#c987df]"
/* SCSS */
$brand: #c987df;
/* SwiftUI */
Color(red: 0.788, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#c987df")Accessibility — WCAG contrast
Aa
#c987df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c987df on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.9%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c987df text on a black background
contrast 8.01:1
Card sample
#c987df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c987df;
Background color
Panel with #c987df background
background-color: #c987df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c987df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c987df; background: linear-gradient(135deg, #c987df, #DF87BA);