#b9bdf1
a light, vivid blue · warm · closest name: lavender
RGB
185, 189, 241
HSL
236°, 67%, 84%
CMYK
23, 22, 0, 6
Luminance
0.5306
Every format
| HEX | #b9bdf1 |
| RGB | rgb(185, 189, 241) |
| HSL | hsl(236, 67%, 84%) |
| CMYK | cmyk(23%, 22%, 0%, 6%) |
| LAB | lab(77.9 9.5 -26.2) |
| LCH | lch(77.9 27.9 290.0) |
| OKLCH | oklch(0.813 0.073 281.2) |
Copy-ready code
/* CSS */
color: #b9bdf1;
background-color: #b9bdf1;
/* Tailwind (arbitrary) */
class="text-[#b9bdf1] bg-[#b9bdf1]"
/* SCSS */
$brand: #b9bdf1;
/* SwiftUI */
Color(red: 0.725, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#b9bdf1")Accessibility — WCAG contrast
Aa
#b9bdf1 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bdf1 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.1%
Blue94.5%
CMYK percentages
Cyan23.2%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b9bdf1 text on a black background
contrast 11.61:1
Card sample
#b9bdf1 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bdf1;
Background color
Panel with #b9bdf1 background
background-color: #b9bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bdf1; background: linear-gradient(135deg, #b9bdf1, #DAB9F1);