#b295eb
a light, vivid violet · warm · closest name: plum
RGB
178, 149, 235
HSL
260°, 68%, 75%
CMYK
24, 37, 0, 8
Luminance
0.3696
Every format
| HEX | #b295eb |
| RGB | rgb(178, 149, 235) |
| HSL | hsl(260, 68%, 75%) |
| CMYK | cmyk(24%, 37%, 0%, 8%) |
| LAB | lab(67.3 28.3 -39.5) |
| LCH | lch(67.3 48.5 305.6) |
| OKLCH | oklch(0.729 0.125 298.8) |
Copy-ready code
/* CSS */
color: #b295eb;
background-color: #b295eb;
/* Tailwind (arbitrary) */
class="text-[#b295eb] bg-[#b295eb]"
/* SCSS */
$brand: #b295eb;
/* SwiftUI */
Color(red: 0.698, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#b295eb")Accessibility — WCAG contrast
Aa
#b295eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b295eb on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green58.4%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b295eb text on a black background
contrast 8.39:1
Card sample
#b295eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b295eb;
Background color
Panel with #b295eb background
background-color: #b295eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b295eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b295eb; background: linear-gradient(135deg, #b295eb, #EB95EB);