#b9bfef
a light, vivid blue · warm · closest name: lavender
RGB
185, 191, 239
HSL
233°, 63%, 83%
CMYK
23, 20, 0, 6
Luminance
0.5381
Every format
| HEX | #b9bfef |
| RGB | rgb(185, 191, 239) |
| HSL | hsl(233, 63%, 83%) |
| CMYK | cmyk(23%, 20%, 0%, 6%) |
| LAB | lab(78.3 8.0 -24.4) |
| LCH | lch(78.3 25.7 288.1) |
| OKLCH | oklch(0.816 0.068 279.2) |
Copy-ready code
/* CSS */
color: #b9bfef;
background-color: #b9bfef;
/* Tailwind (arbitrary) */
class="text-[#b9bfef] bg-[#b9bfef]"
/* SCSS */
$brand: #b9bfef;
/* SwiftUI */
Color(red: 0.725, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#b9bfef")Accessibility — WCAG contrast
Aa
#b9bfef on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9bfef on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.9%
Blue93.7%
CMYK percentages
Cyan22.6%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#b9bfef text on a black background
contrast 11.76:1
Card sample
#b9bfef text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9bfef;
Background color
Panel with #b9bfef background
background-color: #b9bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9bfef; background: linear-gradient(135deg, #b9bfef, #D7B9EF);