#b658eb
a balanced, electric violet · warm · closest name: orchid
RGB
182, 88, 235
HSL
278°, 79%, 63%
CMYK
23, 63, 0, 8
Luminance
0.2292
Every format
| HEX | #b658eb |
| RGB | rgb(182, 88, 235) |
| HSL | hsl(278, 79%, 63%) |
| CMYK | cmyk(23%, 63%, 0%, 8%) |
| LAB | lab(55.0 61.6 -58.8) |
| LCH | lch(55.0 85.2 316.3) |
| OKLCH | oklch(0.639 0.220 311.2) |
Copy-ready code
/* CSS */
color: #b658eb;
background-color: #b658eb;
/* Tailwind (arbitrary) */
class="text-[#b658eb] bg-[#b658eb]"
/* SCSS */
$brand: #b658eb;
/* SwiftUI */
Color(red: 0.714, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#b658eb")Accessibility — WCAG contrast
Aa
#b658eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b658eb on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green34.5%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b658eb text on a black background
contrast 5.58:1
Card sample
#b658eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b658eb;
Background color
Panel with #b658eb background
background-color: #b658eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b658eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b658eb; background: linear-gradient(135deg, #b658eb, #EB58BE);