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