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