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