#b1bff1
a light, vivid blue · warm · closest name: skyblue
RGB
177, 191, 241
HSL
227°, 70%, 82%
CMYK
27, 21, 0, 6
Luminance
0.5296
Every format
| HEX | #b1bff1 |
| RGB | rgb(177, 191, 241) |
| HSL | hsl(227, 70%, 82%) |
| CMYK | cmyk(27%, 21%, 0%, 6%) |
| LAB | lab(77.8 6.1 -26.3) |
| LCH | lch(77.8 27.0 283.0) |
| OKLCH | oklch(0.811 0.072 272.5) |
Copy-ready code
/* CSS */
color: #b1bff1;
background-color: #b1bff1;
/* Tailwind (arbitrary) */
class="text-[#b1bff1] bg-[#b1bff1]"
/* SCSS */
$brand: #b1bff1;
/* SwiftUI */
Color(red: 0.694, green: 0.749, blue: 0.945)
/* Android */
Color.parseColor("#b1bff1")Accessibility — WCAG contrast
Aa
#b1bff1 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1bff1 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green74.9%
Blue94.5%
CMYK percentages
Cyan26.6%
Magenta20.7%
Yellow0.0%
Key (black)5.5%
Color previews
#b1bff1 text on a black background
contrast 11.59:1
Card sample
#b1bff1 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1bff1;
Background color
Panel with #b1bff1 background
background-color: #b1bff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1bff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 191, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 191, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1bff1; background: linear-gradient(135deg, #b1bff1, #CEB1F1);