#d87cfb
a light, electric violet · warm · closest name: violet
RGB
216, 124, 251
HSL
284°, 94%, 74%
CMYK
14, 51, 0, 2
Luminance
0.3598
Every format
| HEX | #d87cfb |
| RGB | rgb(216, 124, 251) |
| HSL | hsl(284, 94%, 74%) |
| CMYK | cmyk(14%, 51%, 0%, 2%) |
| LAB | lab(66.5 55.8 -49.1) |
| LCH | lch(66.5 74.3 318.6) |
| OKLCH | oklch(0.735 0.197 316.0) |
Copy-ready code
/* CSS */
color: #d87cfb;
background-color: #d87cfb;
/* Tailwind (arbitrary) */
class="text-[#d87cfb] bg-[#d87cfb]"
/* SCSS */
$brand: #d87cfb;
/* SwiftUI */
Color(red: 0.847, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#d87cfb")Accessibility — WCAG contrast
Aa
#d87cfb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d87cfb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green48.6%
Blue98.4%
CMYK percentages
Cyan13.9%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#d87cfb text on a black background
contrast 8.20:1
Card sample
#d87cfb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d87cfb;
Background color
Panel with #d87cfb background
background-color: #d87cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d87cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d87cfb; background: linear-gradient(135deg, #d87cfb, #FB7CC9);