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