#c87bdf
a light, vivid violet · warm · closest name: orchid
RGB
200, 123, 223
HSL
286°, 61%, 68%
CMYK
10, 45, 0, 13
Luminance
0.3177
Every format
| HEX | #c87bdf |
| RGB | rgb(200, 123, 223) |
| HSL | hsl(286, 61%, 68%) |
| CMYK | cmyk(10%, 45%, 0%, 13%) |
| LAB | lab(63.2 46.2 -39.0) |
| LCH | lch(63.2 60.5 319.8) |
| OKLCH | oklch(0.701 0.162 318.1) |
Copy-ready code
/* CSS */
color: #c87bdf;
background-color: #c87bdf;
/* Tailwind (arbitrary) */
class="text-[#c87bdf] bg-[#c87bdf]"
/* SCSS */
$brand: #c87bdf;
/* SwiftUI */
Color(red: 0.784, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#c87bdf")Accessibility — WCAG contrast
Aa
#c87bdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87bdf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green48.2%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c87bdf text on a black background
contrast 7.35:1
Card sample
#c87bdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87bdf;
Background color
Panel with #c87bdf background
background-color: #c87bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87bdf; background: linear-gradient(135deg, #c87bdf, #DF7BB3);