#c87ce9
a light, vivid violet · warm · closest name: orchid
RGB
200, 124, 233
HSL
282°, 71%, 70%
CMYK
14, 47, 0, 9
Luminance
0.3258
Every format
| HEX | #c87ce9 |
| RGB | rgb(200, 124, 233) |
| HSL | hsl(282, 71%, 70%) |
| CMYK | cmyk(14%, 47%, 0%, 9%) |
| LAB | lab(63.8 47.8 -43.6) |
| LCH | lch(63.8 64.7 317.6) |
| OKLCH | oklch(0.708 0.171 314.9) |
Copy-ready code
/* CSS */
color: #c87ce9;
background-color: #c87ce9;
/* Tailwind (arbitrary) */
class="text-[#c87ce9] bg-[#c87ce9]"
/* SCSS */
$brand: #c87ce9;
/* SwiftUI */
Color(red: 0.784, green: 0.486, blue: 0.914)
/* Android */
Color.parseColor("#c87ce9")Accessibility — WCAG contrast
Aa
#c87ce9 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87ce9 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green48.6%
Blue91.4%
CMYK percentages
Cyan14.2%
Magenta46.8%
Yellow0.0%
Key (black)8.6%
Color previews
#c87ce9 text on a black background
contrast 7.52:1
Card sample
#c87ce9 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87ce9;
Background color
Panel with #c87ce9 background
background-color: #c87ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 124, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 124, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87ce9; background: linear-gradient(135deg, #c87ce9, #E97CC1);