#b786eb
a light, vivid violet · warm · closest name: orchid
RGB
183, 134, 235
HSL
269°, 72%, 72%
CMYK
22, 43, 0, 8
Luminance
0.3312
Every format
| HEX | #b786eb |
| RGB | rgb(183, 134, 235) |
| HSL | hsl(269, 72%, 72%) |
| CMYK | cmyk(22%, 43%, 0%, 8%) |
| LAB | lab(64.3 38.0 -44.1) |
| LCH | lch(64.3 58.3 310.8) |
| OKLCH | oklch(0.707 0.151 305.2) |
Copy-ready code
/* CSS */
color: #b786eb;
background-color: #b786eb;
/* Tailwind (arbitrary) */
class="text-[#b786eb] bg-[#b786eb]"
/* SCSS */
$brand: #b786eb;
/* SwiftUI */
Color(red: 0.718, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#b786eb")Accessibility — WCAG contrast
Aa
#b786eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b786eb on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green52.5%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b786eb text on a black background
contrast 7.62:1
Card sample
#b786eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b786eb;
Background color
Panel with #b786eb background
background-color: #b786eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b786eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b786eb; background: linear-gradient(135deg, #b786eb, #EB86DC);