#b87ddf
a light, vivid violet · warm · closest name: orchid
RGB
184, 125, 223
HSL
276°, 61%, 68%
CMYK
18, 44, 0, 13
Luminance
0.3019
Every format
| HEX | #b87ddf |
| RGB | rgb(184, 125, 223) |
| HSL | hsl(276, 61%, 68%) |
| CMYK | cmyk(18%, 44%, 0%, 13%) |
| LAB | lab(61.8 40.6 -41.3) |
| LCH | lch(61.8 57.9 314.5) |
| OKLCH | oklch(0.687 0.151 310.7) |
Copy-ready code
/* CSS */
color: #b87ddf;
background-color: #b87ddf;
/* Tailwind (arbitrary) */
class="text-[#b87ddf] bg-[#b87ddf]"
/* SCSS */
$brand: #b87ddf;
/* SwiftUI */
Color(red: 0.722, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#b87ddf")Accessibility — WCAG contrast
Aa
#b87ddf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87ddf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.0%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b87ddf text on a black background
contrast 7.04:1
Card sample
#b87ddf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87ddf;
Background color
Panel with #b87ddf background
background-color: #b87ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87ddf; background: linear-gradient(135deg, #b87ddf, #DF7DC5);