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