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