#b9abeb
a light, vivid blue · warm · closest name: plum
RGB
185, 171, 235
HSL
253°, 62%, 80%
CMYK
21, 27, 0, 8
Luminance
0.4544
Every format
| HEX | #b9abeb |
| RGB | rgb(185, 171, 235) |
| HSL | hsl(253, 62%, 80%) |
| CMYK | cmyk(21%, 27%, 0%, 8%) |
| LAB | lab(73.2 18.1 -30.2) |
| LCH | lch(73.2 35.2 300.9) |
| OKLCH | oklch(0.776 0.091 294.2) |
Copy-ready code
/* CSS */
color: #b9abeb;
background-color: #b9abeb;
/* Tailwind (arbitrary) */
class="text-[#b9abeb] bg-[#b9abeb]"
/* SCSS */
$brand: #b9abeb;
/* SwiftUI */
Color(red: 0.725, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#b9abeb")Accessibility — WCAG contrast
Aa
#b9abeb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9abeb on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b9abeb text on a black background
contrast 10.09:1
Card sample
#b9abeb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9abeb;
Background color
Panel with #b9abeb background
background-color: #b9abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9abeb; background: linear-gradient(135deg, #b9abeb, #E4ABEB);