#b87ff1
a light, electric violet · warm · closest name: orchid
RGB
184, 127, 241
HSL
270°, 80%, 72%
CMYK
24, 47, 0, 6
Luminance
0.3172
Every format
| HEX | #b87ff1 |
| RGB | rgb(184, 127, 241) |
| HSL | hsl(270, 80%, 72%) |
| CMYK | cmyk(24%, 47%, 0%, 6%) |
| LAB | lab(63.1 43.5 -49.2) |
| LCH | lch(63.1 65.7 311.5) |
| OKLCH | oklch(0.700 0.169 305.5) |
Copy-ready code
/* CSS */
color: #b87ff1;
background-color: #b87ff1;
/* Tailwind (arbitrary) */
class="text-[#b87ff1] bg-[#b87ff1]"
/* SCSS */
$brand: #b87ff1;
/* SwiftUI */
Color(red: 0.722, green: 0.498, blue: 0.945)
/* Android */
Color.parseColor("#b87ff1")Accessibility — WCAG contrast
Aa
#b87ff1 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87ff1 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.8%
Blue94.5%
CMYK percentages
Cyan23.7%
Magenta47.3%
Yellow0.0%
Key (black)5.5%
Color previews
#b87ff1 text on a black background
contrast 7.34:1
Card sample
#b87ff1 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87ff1;
Background color
Panel with #b87ff1 background
background-color: #b87ff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87ff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 127, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 127, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87ff1; background: linear-gradient(135deg, #b87ff1, #F17FDE);