#b094eb
a light, vivid violet · warm · closest name: plum
RGB
176, 148, 235
HSL
259°, 69%, 75%
CMYK
25, 37, 0, 8
Luminance
0.3641
Every format
| HEX | #b094eb |
| RGB | rgb(176, 148, 235) |
| HSL | hsl(259, 69%, 75%) |
| CMYK | cmyk(25%, 37%, 0%, 8%) |
| LAB | lab(66.8 28.3 -40.1) |
| LCH | lch(66.8 49.1 305.2) |
| OKLCH | oklch(0.725 0.126 298.0) |
Copy-ready code
/* CSS */
color: #b094eb;
background-color: #b094eb;
/* Tailwind (arbitrary) */
class="text-[#b094eb] bg-[#b094eb]"
/* SCSS */
$brand: #b094eb;
/* SwiftUI */
Color(red: 0.690, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#b094eb")Accessibility — WCAG contrast
Aa
#b094eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b094eb on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green58.0%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b094eb text on a black background
contrast 8.28:1
Card sample
#b094eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b094eb;
Background color
Panel with #b094eb background
background-color: #b094eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b094eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b094eb; background: linear-gradient(135deg, #b094eb, #EA94EB);