#b884eb
a light, vivid violet · warm · closest name: orchid
RGB
184, 132, 235
HSL
270°, 72%, 72%
CMYK
22, 44, 0, 8
Luminance
0.3269
Every format
| HEX | #b884eb |
| RGB | rgb(184, 132, 235) |
| HSL | hsl(270, 72%, 72%) |
| CMYK | cmyk(22%, 44%, 0%, 8%) |
| LAB | lab(63.9 39.4 -44.6) |
| LCH | lch(63.9 59.6 311.4) |
| OKLCH | oklch(0.705 0.154 306.1) |
Copy-ready code
/* CSS */
color: #b884eb;
background-color: #b884eb;
/* Tailwind (arbitrary) */
class="text-[#b884eb] bg-[#b884eb]"
/* SCSS */
$brand: #b884eb;
/* SwiftUI */
Color(red: 0.722, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#b884eb")Accessibility — WCAG contrast
Aa
#b884eb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b884eb on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green51.8%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b884eb text on a black background
contrast 7.54:1
Card sample
#b884eb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b884eb;
Background color
Panel with #b884eb background
background-color: #b884eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b884eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b884eb; background: linear-gradient(135deg, #b884eb, #EB84D9);