#b787eb
a light, vivid violet · warm · closest name: orchid
RGB
183, 135, 235
HSL
269°, 71%, 73%
CMYK
22, 43, 0, 8
Luminance
0.3339
Every format
| HEX | #b787eb |
| RGB | rgb(183, 135, 235) |
| HSL | hsl(269, 71%, 73%) |
| CMYK | cmyk(22%, 43%, 0%, 8%) |
| LAB | lab(64.5 37.5 -43.8) |
| LCH | lch(64.5 57.6 310.6) |
| OKLCH | oklch(0.709 0.149 305.0) |
Copy-ready code
/* CSS */
color: #b787eb;
background-color: #b787eb;
/* Tailwind (arbitrary) */
class="text-[#b787eb] bg-[#b787eb]"
/* SCSS */
$brand: #b787eb;
/* SwiftUI */
Color(red: 0.718, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#b787eb")Accessibility — WCAG contrast
Aa
#b787eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b787eb on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green52.9%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b787eb text on a black background
contrast 7.68:1
Card sample
#b787eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b787eb;
Background color
Panel with #b787eb background
background-color: #b787eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b787eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b787eb; background: linear-gradient(135deg, #b787eb, #EB87DC);