#b9abf1
a light, vivid blue · warm · closest name: plum
RGB
185, 171, 241
HSL
252°, 71%, 81%
CMYK
23, 29, 0, 6
Luminance
0.4579
Every format
| HEX | #b9abf1 |
| RGB | rgb(185, 171, 241) |
| HSL | hsl(252, 71%, 81%) |
| CMYK | cmyk(23%, 29%, 0%, 6%) |
| LAB | lab(73.4 19.4 -33.1) |
| LCH | lch(73.4 38.4 300.4) |
| OKLCH | oklch(0.778 0.099 293.1) |
Copy-ready code
/* CSS */
color: #b9abf1;
background-color: #b9abf1;
/* Tailwind (arbitrary) */
class="text-[#b9abf1] bg-[#b9abf1]"
/* SCSS */
$brand: #b9abf1;
/* SwiftUI */
Color(red: 0.725, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#b9abf1")Accessibility — WCAG contrast
Aa
#b9abf1 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9abf1 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.1%
Blue94.5%
CMYK percentages
Cyan23.2%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#b9abf1 text on a black background
contrast 10.16:1
Card sample
#b9abf1 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9abf1;
Background color
Panel with #b9abf1 background
background-color: #b9abf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9abf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9abf1; background: linear-gradient(135deg, #b9abf1, #E8ABF1);