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