#b656eb
a balanced, electric violet · warm · closest name: orchid
RGB
182, 86, 235
HSL
279°, 79%, 63%
CMYK
23, 63, 0, 8
Luminance
0.2260
Every format
| HEX | #b656eb |
| RGB | rgb(182, 86, 235) |
| HSL | hsl(279, 79%, 63%) |
| CMYK | cmyk(23%, 63%, 0%, 8%) |
| LAB | lab(54.7 62.5 -59.4) |
| LCH | lch(54.7 86.2 316.5) |
| OKLCH | oklch(0.636 0.223 311.3) |
Copy-ready code
/* CSS */
color: #b656eb;
background-color: #b656eb;
/* Tailwind (arbitrary) */
class="text-[#b656eb] bg-[#b656eb]"
/* SCSS */
$brand: #b656eb;
/* SwiftUI */
Color(red: 0.714, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#b656eb")Accessibility — WCAG contrast
Aa
#b656eb on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b656eb on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green33.7%
Blue92.2%
CMYK percentages
Cyan22.6%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b656eb text on a black background
contrast 5.52:1
Card sample
#b656eb text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b656eb;
Background color
Panel with #b656eb background
background-color: #b656eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b656eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b656eb; background: linear-gradient(135deg, #b656eb, #EB56BC);