#b087eb
a light, vivid violet · warm · closest name: orchid
RGB
176, 135, 235
HSL
265°, 71%, 73%
CMYK
25, 43, 0, 8
Luminance
0.3256
Every format
| HEX | #b087eb |
| RGB | rgb(176, 135, 235) |
| HSL | hsl(265, 71%, 73%) |
| CMYK | cmyk(25%, 43%, 0%, 8%) |
| LAB | lab(63.8 35.5 -44.9) |
| LCH | lch(63.8 57.2 308.4) |
| OKLCH | oklch(0.702 0.147 301.6) |
Copy-ready code
/* CSS */
color: #b087eb;
background-color: #b087eb;
/* Tailwind (arbitrary) */
class="text-[#b087eb] bg-[#b087eb]"
/* SCSS */
$brand: #b087eb;
/* SwiftUI */
Color(red: 0.690, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#b087eb")Accessibility — WCAG contrast
Aa
#b087eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b087eb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green52.9%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b087eb text on a black background
contrast 7.51:1
Card sample
#b087eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b087eb;
Background color
Panel with #b087eb background
background-color: #b087eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b087eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b087eb; background: linear-gradient(135deg, #b087eb, #EB87E3);