#b862eb
a light, electric violet · warm · closest name: orchid
RGB
184, 98, 235
HSL
278°, 77%, 65%
CMYK
22, 58, 0, 8
Luminance
0.2492
Every format
| HEX | #b862eb |
| RGB | rgb(184, 98, 235) |
| HSL | hsl(278, 77%, 65%) |
| CMYK | cmyk(22%, 58%, 0%, 8%) |
| LAB | lab(57.0 57.3 -55.6) |
| LCH | lch(57.0 79.8 315.9) |
| OKLCH | oklch(0.654 0.207 310.9) |
Copy-ready code
/* CSS */
color: #b862eb;
background-color: #b862eb;
/* Tailwind (arbitrary) */
class="text-[#b862eb] bg-[#b862eb]"
/* SCSS */
$brand: #b862eb;
/* SwiftUI */
Color(red: 0.722, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#b862eb")Accessibility — WCAG contrast
Aa
#b862eb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b862eb on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green38.4%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b862eb text on a black background
contrast 5.98:1
Card sample
#b862eb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b862eb;
Background color
Panel with #b862eb background
background-color: #b862eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b862eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b862eb; background: linear-gradient(135deg, #b862eb, #EB62C3);