#b293eb
a light, vivid violet · warm · closest name: plum
RGB
178, 147, 235
HSL
261°, 69%, 75%
CMYK
24, 37, 0, 8
Luminance
0.3633
Every format
| HEX | #b293eb |
| RGB | rgb(178, 147, 235) |
| HSL | hsl(261, 69%, 75%) |
| CMYK | cmyk(24%, 37%, 0%, 8%) |
| LAB | lab(66.8 29.4 -40.2) |
| LCH | lch(66.8 49.8 306.2) |
| OKLCH | oklch(0.725 0.128 299.4) |
Copy-ready code
/* CSS */
color: #b293eb;
background-color: #b293eb;
/* Tailwind (arbitrary) */
class="text-[#b293eb] bg-[#b293eb]"
/* SCSS */
$brand: #b293eb;
/* SwiftUI */
Color(red: 0.698, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#b293eb")Accessibility — WCAG contrast
Aa
#b293eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b293eb on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green57.6%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b293eb text on a black background
contrast 8.27:1
Card sample
#b293eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b293eb;
Background color
Panel with #b293eb background
background-color: #b293eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b293eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b293eb; background: linear-gradient(135deg, #b293eb, #EB93E9);