#b1bfe7
a light, vivid blue · cool · closest name: lavender
RGB
177, 191, 231
HSL
224°, 53%, 80%
CMYK
23, 17, 0, 9
Luminance
0.5238
Every format
| HEX | #b1bfe7 |
| RGB | rgb(177, 191, 231) |
| HSL | hsl(224, 53%, 80%) |
| CMYK | cmyk(23%, 17%, 0%, 9%) |
| LAB | lab(77.5 3.7 -21.5) |
| LCH | lch(77.5 21.8 279.9) |
| OKLCH | oklch(0.807 0.059 269.9) |
Copy-ready code
/* CSS */
color: #b1bfe7;
background-color: #b1bfe7;
/* Tailwind (arbitrary) */
class="text-[#b1bfe7] bg-[#b1bfe7]"
/* SCSS */
$brand: #b1bfe7;
/* SwiftUI */
Color(red: 0.694, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#b1bfe7")Accessibility — WCAG contrast
Aa
#b1bfe7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1bfe7 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green74.9%
Blue90.6%
CMYK percentages
Cyan23.4%
Magenta17.3%
Yellow0.0%
Key (black)9.4%
Color previews
#b1bfe7 text on a black background
contrast 11.48:1
Card sample
#b1bfe7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1bfe7;
Background color
Panel with #b1bfe7 background
background-color: #b1bfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1bfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1bfe7; background: linear-gradient(135deg, #b1bfe7, #C7B1E7);