#b292eb
a light, vivid violet · warm · closest name: plum
RGB
178, 146, 235
HSL
262°, 69%, 75%
CMYK
24, 38, 0, 8
Luminance
0.3602
Every format
| HEX | #b292eb |
| RGB | rgb(178, 146, 235) |
| HSL | hsl(262, 69%, 75%) |
| CMYK | cmyk(24%, 38%, 0%, 8%) |
| LAB | lab(66.5 29.9 -40.6) |
| LCH | lch(66.5 50.4 306.4) |
| OKLCH | oklch(0.723 0.130 299.7) |
Copy-ready code
/* CSS */
color: #b292eb;
background-color: #b292eb;
/* Tailwind (arbitrary) */
class="text-[#b292eb] bg-[#b292eb]"
/* SCSS */
$brand: #b292eb;
/* SwiftUI */
Color(red: 0.698, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#b292eb")Accessibility — WCAG contrast
Aa
#b292eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b292eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green57.3%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b292eb text on a black background
contrast 8.20:1
Card sample
#b292eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b292eb;
Background color
Panel with #b292eb background
background-color: #b292eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b292eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b292eb; background: linear-gradient(135deg, #b292eb, #EB92E9);