#c987ea
a light, vivid violet · warm · closest name: orchid
RGB
201, 135, 234
HSL
280°, 70%, 72%
CMYK
14, 42, 0, 8
Luminance
0.3569
Every format
| HEX | #c987ea |
| RGB | rgb(201, 135, 234) |
| HSL | hsl(280, 70%, 72%) |
| CMYK | cmyk(14%, 42%, 0%, 8%) |
| LAB | lab(66.3 42.4 -40.3) |
| LCH | lch(66.3 58.5 316.5) |
| OKLCH | oklch(0.727 0.154 313.7) |
Copy-ready code
/* CSS */
color: #c987ea;
background-color: #c987ea;
/* Tailwind (arbitrary) */
class="text-[#c987ea] bg-[#c987ea]"
/* SCSS */
$brand: #c987ea;
/* SwiftUI */
Color(red: 0.788, green: 0.529, blue: 0.918)
/* Android */
Color.parseColor("#c987ea")Accessibility — WCAG contrast
Aa
#c987ea on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c987ea on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.9%
Blue91.8%
CMYK percentages
Cyan14.1%
Magenta42.3%
Yellow0.0%
Key (black)8.2%
Color previews
#c987ea text on a black background
contrast 8.14:1
Card sample
#c987ea text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c987ea;
Background color
Panel with #c987ea background
background-color: #c987ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c987ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 135, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 135, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c987ea; background: linear-gradient(135deg, #c987ea, #EA87C9);