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