#b1bdf3
a light, vivid blue · warm · closest name: skyblue
RGB
177, 189, 243
HSL
229°, 73%, 82%
CMYK
27, 22, 0, 5
Luminance
0.5221
Every format
| HEX | #b1bdf3 |
| RGB | rgb(177, 189, 243) |
| HSL | hsl(229, 73%, 82%) |
| CMYK | cmyk(27%, 22%, 0%, 5%) |
| LAB | lab(77.4 7.6 -28.1) |
| LCH | lch(77.4 29.1 285.2) |
| OKLCH | oklch(0.808 0.078 274.8) |
Copy-ready code
/* CSS */
color: #b1bdf3;
background-color: #b1bdf3;
/* Tailwind (arbitrary) */
class="text-[#b1bdf3] bg-[#b1bdf3]"
/* SCSS */
$brand: #b1bdf3;
/* SwiftUI */
Color(red: 0.694, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#b1bdf3")Accessibility — WCAG contrast
Aa
#b1bdf3 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1bdf3 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green74.1%
Blue95.3%
CMYK percentages
Cyan27.2%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#b1bdf3 text on a black background
contrast 11.44:1
Card sample
#b1bdf3 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1bdf3;
Background color
Panel with #b1bdf3 background
background-color: #b1bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1bdf3; background: linear-gradient(135deg, #b1bdf3, #D1B1F3);