#b87eee
a light, electric violet · warm · closest name: orchid
RGB
184, 126, 238
HSL
271°, 77%, 71%
CMYK
23, 47, 0, 7
Luminance
0.3129
Every format
| HEX | #b87eee |
| RGB | rgb(184, 126, 238) |
| HSL | hsl(271, 77%, 71%) |
| CMYK | cmyk(23%, 47%, 0%, 7%) |
| LAB | lab(62.8 43.4 -48.1) |
| LCH | lch(62.8 64.8 312.0) |
| OKLCH | oklch(0.697 0.167 306.4) |
Copy-ready code
/* CSS */
color: #b87eee;
background-color: #b87eee;
/* Tailwind (arbitrary) */
class="text-[#b87eee] bg-[#b87eee]"
/* SCSS */
$brand: #b87eee;
/* SwiftUI */
Color(red: 0.722, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b87eee")Accessibility — WCAG contrast
Aa
#b87eee on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87eee on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.4%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b87eee text on a black background
contrast 7.26:1
Card sample
#b87eee text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87eee;
Background color
Panel with #b87eee background
background-color: #b87eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87eee; background: linear-gradient(135deg, #b87eee, #EE7ED9);