#b256eb
a balanced, electric violet · warm · closest name: slateblue
RGB
178, 86, 235
HSL
277°, 79%, 63%
CMYK
24, 63, 0, 8
Luminance
0.2212
Every format
| HEX | #b256eb |
| RGB | rgb(178, 86, 235) |
| HSL | hsl(277, 79%, 63%) |
| CMYK | cmyk(24%, 63%, 0%, 8%) |
| LAB | lab(54.1 61.6 -60.2) |
| LCH | lch(54.1 86.2 315.7) |
| OKLCH | oklch(0.631 0.222 309.9) |
Copy-ready code
/* CSS */
color: #b256eb;
background-color: #b256eb;
/* Tailwind (arbitrary) */
class="text-[#b256eb] bg-[#b256eb]"
/* SCSS */
$brand: #b256eb;
/* SwiftUI */
Color(red: 0.698, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#b256eb")Accessibility — WCAG contrast
Aa
#b256eb on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b256eb on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green33.7%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b256eb text on a black background
contrast 5.42:1
Card sample
#b256eb text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b256eb;
Background color
Panel with #b256eb background
background-color: #b256eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b256eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b256eb; background: linear-gradient(135deg, #b256eb, #EB56C1);