#b098eb
a light, vivid violet · warm · closest name: plum
RGB
176, 152, 235
HSL
257°, 68%, 76%
CMYK
25, 35, 0, 8
Luminance
0.3768
Every format
| HEX | #b098eb |
| RGB | rgb(176, 152, 235) |
| HSL | hsl(257, 68%, 76%) |
| CMYK | cmyk(25%, 35%, 0%, 8%) |
| LAB | lab(67.8 26.0 -38.6) |
| LCH | lch(67.8 46.6 303.9) |
| OKLCH | oklch(0.733 0.120 296.6) |
Copy-ready code
/* CSS */
color: #b098eb;
background-color: #b098eb;
/* Tailwind (arbitrary) */
class="text-[#b098eb] bg-[#b098eb]"
/* SCSS */
$brand: #b098eb;
/* SwiftUI */
Color(red: 0.690, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#b098eb")Accessibility — WCAG contrast
Aa
#b098eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b098eb on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green59.6%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b098eb text on a black background
contrast 8.54:1
Card sample
#b098eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b098eb;
Background color
Panel with #b098eb background
background-color: #b098eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b098eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b098eb; background: linear-gradient(135deg, #b098eb, #E798EB);