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