#d87bfd
a light, electric violet · warm · closest name: violet
RGB
216, 123, 253
HSL
283°, 97%, 74%
CMYK
15, 51, 0, 1
Luminance
0.3586
Every format
| HEX | #d87bfd |
| RGB | rgb(216, 123, 253) |
| HSL | hsl(283, 97%, 74%) |
| CMYK | cmyk(15%, 51%, 0%, 1%) |
| LAB | lab(66.4 56.6 -50.4) |
| LCH | lch(66.4 75.8 318.4) |
| OKLCH | oklch(0.734 0.200 315.5) |
Copy-ready code
/* CSS */
color: #d87bfd;
background-color: #d87bfd;
/* Tailwind (arbitrary) */
class="text-[#d87bfd] bg-[#d87bfd]"
/* SCSS */
$brand: #d87bfd;
/* SwiftUI */
Color(red: 0.847, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#d87bfd")Accessibility — WCAG contrast
Aa
#d87bfd on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d87bfd on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green48.2%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d87bfd text on a black background
contrast 8.17:1
Card sample
#d87bfd text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d87bfd;
Background color
Panel with #d87bfd background
background-color: #d87bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d87bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d87bfd; background: linear-gradient(135deg, #d87bfd, #FD7BCB);