#b87aeb
a light, vivid violet · warm · closest name: orchid
RGB
184, 122, 235
HSL
273°, 74%, 70%
CMYK
22, 48, 0, 8
Luminance
0.3011
Every format
| HEX | #b87aeb |
| RGB | rgb(184, 122, 235) |
| HSL | hsl(273, 74%, 70%) |
| CMYK | cmyk(22%, 48%, 0%, 8%) |
| LAB | lab(61.8 44.9 -48.1) |
| LCH | lch(61.8 65.8 313.0) |
| OKLCH | oklch(0.689 0.170 307.9) |
Copy-ready code
/* CSS */
color: #b87aeb;
background-color: #b87aeb;
/* Tailwind (arbitrary) */
class="text-[#b87aeb] bg-[#b87aeb]"
/* SCSS */
$brand: #b87aeb;
/* SwiftUI */
Color(red: 0.722, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#b87aeb")Accessibility — WCAG contrast
Aa
#b87aeb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87aeb on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.8%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b87aeb text on a black background
contrast 7.02:1
Card sample
#b87aeb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87aeb;
Background color
Panel with #b87aeb background
background-color: #b87aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87aeb; background: linear-gradient(135deg, #b87aeb, #EB7AD3);