#b1c7f1
a light, vivid blue · cool · closest name: skyblue
RGB
177, 199, 241
HSL
219°, 70%, 82%
CMYK
27, 17, 0, 6
Luminance
0.5654
Every format
| HEX | #b1c7f1 |
| RGB | rgb(177, 199, 241) |
| HSL | hsl(219, 70%, 82%) |
| CMYK | cmyk(27%, 17%, 0%, 6%) |
| LAB | lab(79.9 1.8 -23.2) |
| LCH | lch(79.9 23.3 274.3) |
| OKLCH | oklch(0.827 0.064 263.3) |
Copy-ready code
/* CSS */
color: #b1c7f1;
background-color: #b1c7f1;
/* Tailwind (arbitrary) */
class="text-[#b1c7f1] bg-[#b1c7f1]"
/* SCSS */
$brand: #b1c7f1;
/* SwiftUI */
Color(red: 0.694, green: 0.780, blue: 0.945)
/* Android */
Color.parseColor("#b1c7f1")Accessibility — WCAG contrast
Aa
#b1c7f1 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1c7f1 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green78.0%
Blue94.5%
CMYK percentages
Cyan26.6%
Magenta17.4%
Yellow0.0%
Key (black)5.5%
Color previews
#b1c7f1 text on a black background
contrast 12.31:1
Card sample
#b1c7f1 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1c7f1;
Background color
Panel with #b1c7f1 background
background-color: #b1c7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1c7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 199, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 199, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1c7f1; background: linear-gradient(135deg, #b1c7f1, #C6B1F1);