#b396eb
a light, vivid violet · warm · closest name: plum
RGB
179, 150, 235
HSL
261°, 68%, 76%
CMYK
24, 36, 0, 8
Luminance
0.3739
Every format
| HEX | #b396eb |
| RGB | rgb(179, 150, 235) |
| HSL | hsl(261, 68%, 76%) |
| CMYK | cmyk(24%, 36%, 0%, 8%) |
| LAB | lab(67.6 28.0 -38.9) |
| LCH | lch(67.6 48.0 305.7) |
| OKLCH | oklch(0.732 0.124 299.0) |
Copy-ready code
/* CSS */
color: #b396eb;
background-color: #b396eb;
/* Tailwind (arbitrary) */
class="text-[#b396eb] bg-[#b396eb]"
/* SCSS */
$brand: #b396eb;
/* SwiftUI */
Color(red: 0.702, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#b396eb")Accessibility — WCAG contrast
Aa
#b396eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b396eb on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green58.8%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b396eb text on a black background
contrast 8.48:1
Card sample
#b396eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b396eb;
Background color
Panel with #b396eb background
background-color: #b396eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b396eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b396eb; background: linear-gradient(135deg, #b396eb, #EB96EA);