#b87ee7
a light, vivid violet · warm · closest name: orchid
RGB
184, 126, 231
HSL
273°, 69%, 70%
CMYK
20, 46, 0, 9
Luminance
0.3088
Every format
| HEX | #b87ee7 |
| RGB | rgb(184, 126, 231) |
| HSL | hsl(273, 69%, 70%) |
| CMYK | cmyk(20%, 46%, 0%, 9%) |
| LAB | lab(62.4 41.8 -44.8) |
| LCH | lch(62.4 61.3 313.0) |
| OKLCH | oklch(0.693 0.159 308.3) |
Copy-ready code
/* CSS */
color: #b87ee7;
background-color: #b87ee7;
/* Tailwind (arbitrary) */
class="text-[#b87ee7] bg-[#b87ee7]"
/* SCSS */
$brand: #b87ee7;
/* SwiftUI */
Color(red: 0.722, green: 0.494, blue: 0.906)
/* Android */
Color.parseColor("#b87ee7")Accessibility — WCAG contrast
Aa
#b87ee7 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87ee7 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.4%
Blue90.6%
CMYK percentages
Cyan20.3%
Magenta45.5%
Yellow0.0%
Key (black)9.4%
Color previews
#b87ee7 text on a black background
contrast 7.18:1
Card sample
#b87ee7 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87ee7;
Background color
Panel with #b87ee7 background
background-color: #b87ee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87ee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 126, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 126, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87ee7; background: linear-gradient(135deg, #b87ee7, #E77ED0);