#b9bdf9
a pale, electric blue · warm · closest name: plum
RGB
185, 189, 249
HSL
236°, 84%, 85%
CMYK
26, 24, 0, 2
Luminance
0.5355
Every format
| HEX | #b9bdf9 |
| RGB | rgb(185, 189, 249) |
| HSL | hsl(236, 84%, 85%) |
| CMYK | cmyk(26%, 24%, 0%, 2%) |
| LAB | lab(78.2 11.4 -30.1) |
| LCH | lch(78.2 32.1 290.8) |
| OKLCH | oklch(0.816 0.084 281.4) |
Copy-ready code
/* CSS */
color: #b9bdf9;
background-color: #b9bdf9;
/* Tailwind (arbitrary) */
class="text-[#b9bdf9] bg-[#b9bdf9]"
/* SCSS */
$brand: #b9bdf9;
/* SwiftUI */
Color(red: 0.725, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#b9bdf9")Accessibility — WCAG contrast
Aa
#b9bdf9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bdf9 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.1%
Blue97.6%
CMYK percentages
Cyan25.7%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#b9bdf9 text on a black background
contrast 11.71:1
Card sample
#b9bdf9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bdf9;
Background color
Panel with #b9bdf9 background
background-color: #b9bdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bdf9; background: linear-gradient(135deg, #b9bdf9, #E0B9F9);