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