#c987eb
a light, vivid violet · warm · closest name: orchid
RGB
201, 135, 235
HSL
280°, 71%, 73%
CMYK
15, 43, 0, 8
Luminance
0.3574
Every format
| HEX | #c987eb |
| RGB | rgb(201, 135, 235) |
| HSL | hsl(280, 71%, 73%) |
| CMYK | cmyk(15%, 43%, 0%, 8%) |
| LAB | lab(66.3 42.6 -40.7) |
| LCH | lch(66.3 59.0 316.3) |
| OKLCH | oklch(0.727 0.155 313.4) |
Copy-ready code
/* CSS */
color: #c987eb;
background-color: #c987eb;
/* Tailwind (arbitrary) */
class="text-[#c987eb] bg-[#c987eb]"
/* SCSS */
$brand: #c987eb;
/* SwiftUI */
Color(red: 0.788, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#c987eb")Accessibility — WCAG contrast
Aa
#c987eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c987eb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.9%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c987eb text on a black background
contrast 8.15:1
Card sample
#c987eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c987eb;
Background color
Panel with #c987eb background
background-color: #c987eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c987eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c987eb; background: linear-gradient(135deg, #c987eb, #EB87CA);