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