#c87bfd
a light, electric violet · warm · closest name: violet
RGB
200, 123, 253
HSL
276°, 97%, 74%
CMYK
21, 51, 0, 1
Luminance
0.3354
Every format
| HEX | #c87bfd |
| RGB | rgb(200, 123, 253) |
| HSL | hsl(276, 97%, 74%) |
| CMYK | cmyk(21%, 51%, 0%, 1%) |
| LAB | lab(64.6 52.5 -53.4) |
| LCH | lch(64.6 74.9 314.5) |
| OKLCH | oklch(0.717 0.194 309.7) |
Copy-ready code
/* CSS */
color: #c87bfd;
background-color: #c87bfd;
/* Tailwind (arbitrary) */
class="text-[#c87bfd] bg-[#c87bfd]"
/* SCSS */
$brand: #c87bfd;
/* SwiftUI */
Color(red: 0.784, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#c87bfd")Accessibility — WCAG contrast
Aa
#c87bfd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87bfd on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green48.2%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c87bfd text on a black background
contrast 7.71:1
Card sample
#c87bfd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87bfd;
Background color
Panel with #c87bfd background
background-color: #c87bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87bfd; background: linear-gradient(135deg, #c87bfd, #FD7BDB);