#b9bdf4
a light, vivid blue · warm · closest name: plum
RGB
185, 189, 244
HSL
236°, 73%, 84%
CMYK
24, 23, 0, 4
Luminance
0.5324
Every format
| HEX | #b9bdf4 |
| RGB | rgb(185, 189, 244) |
| HSL | hsl(236, 73%, 84%) |
| CMYK | cmyk(24%, 23%, 0%, 4%) |
| LAB | lab(78.0 10.2 -27.6) |
| LCH | lch(78.0 29.5 290.3) |
| OKLCH | oklch(0.814 0.077 281.3) |
Copy-ready code
/* CSS */
color: #b9bdf4;
background-color: #b9bdf4;
/* Tailwind (arbitrary) */
class="text-[#b9bdf4] bg-[#b9bdf4]"
/* SCSS */
$brand: #b9bdf4;
/* SwiftUI */
Color(red: 0.725, green: 0.741, blue: 0.957)
/* Android */
Color.parseColor("#b9bdf4")Accessibility — WCAG contrast
Aa
#b9bdf4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bdf4 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.1%
Blue95.7%
CMYK percentages
Cyan24.2%
Magenta22.5%
Yellow0.0%
Key (black)4.3%
Color previews
#b9bdf4 text on a black background
contrast 11.65:1
Card sample
#b9bdf4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bdf4;
Background color
Panel with #b9bdf4 background
background-color: #b9bdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 189, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 189, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bdf4; background: linear-gradient(135deg, #b9bdf4, #DCB9F4);