#b877eb
a light, vivid violet · warm · closest name: orchid
RGB
184, 119, 235
HSL
274°, 74%, 69%
CMYK
22, 49, 0, 8
Luminance
0.2938
Every format
| HEX | #b877eb |
| RGB | rgb(184, 119, 235) |
| HSL | hsl(274, 74%, 69%) |
| CMYK | cmyk(22%, 49%, 0%, 8%) |
| LAB | lab(61.1 46.5 -49.0) |
| LCH | lch(61.1 67.6 313.5) |
| OKLCH | oklch(0.684 0.175 308.3) |
Copy-ready code
/* CSS */
color: #b877eb;
background-color: #b877eb;
/* Tailwind (arbitrary) */
class="text-[#b877eb] bg-[#b877eb]"
/* SCSS */
$brand: #b877eb;
/* SwiftUI */
Color(red: 0.722, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#b877eb")Accessibility — WCAG contrast
Aa
#b877eb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b877eb on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green46.7%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b877eb text on a black background
contrast 6.88:1
Card sample
#b877eb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b877eb;
Background color
Panel with #b877eb background
background-color: #b877eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b877eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b877eb; background: linear-gradient(135deg, #b877eb, #EB77D1);