#b1bdf1
a light, vivid blue · warm · closest name: skyblue
RGB
177, 189, 241
HSL
229°, 70%, 82%
CMYK
27, 22, 0, 6
Luminance
0.5209
Every format
| HEX | #b1bdf1 |
| RGB | rgb(177, 189, 241) |
| HSL | hsl(229, 70%, 82%) |
| CMYK | cmyk(27%, 22%, 0%, 6%) |
| LAB | lab(77.3 7.2 -27.1) |
| LCH | lch(77.3 28.1 284.8) |
| OKLCH | oklch(0.807 0.075 274.5) |
Copy-ready code
/* CSS */
color: #b1bdf1;
background-color: #b1bdf1;
/* Tailwind (arbitrary) */
class="text-[#b1bdf1] bg-[#b1bdf1]"
/* SCSS */
$brand: #b1bdf1;
/* SwiftUI */
Color(red: 0.694, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#b1bdf1")Accessibility — WCAG contrast
Aa
#b1bdf1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1bdf1 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green74.1%
Blue94.5%
CMYK percentages
Cyan26.6%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#b1bdf1 text on a black background
contrast 11.42:1
Card sample
#b1bdf1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1bdf1;
Background color
Panel with #b1bdf1 background
background-color: #b1bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1bdf1; background: linear-gradient(135deg, #b1bdf1, #D0B1F1);