#b1c3f1
a light, vivid blue · cool · closest name: skyblue
RGB
177, 195, 241
HSL
223°, 70%, 82%
CMYK
27, 19, 0, 6
Luminance
0.5473
Every format
| HEX | #b1c3f1 |
| RGB | rgb(177, 195, 241) |
| HSL | hsl(223, 70%, 82%) |
| CMYK | cmyk(27%, 19%, 0%, 6%) |
| LAB | lab(78.9 3.9 -24.8) |
| LCH | lch(78.9 25.1 279.0) |
| OKLCH | oklch(0.819 0.068 268.2) |
Copy-ready code
/* CSS */
color: #b1c3f1;
background-color: #b1c3f1;
/* Tailwind (arbitrary) */
class="text-[#b1c3f1] bg-[#b1c3f1]"
/* SCSS */
$brand: #b1c3f1;
/* SwiftUI */
Color(red: 0.694, green: 0.765, blue: 0.945)
/* Android */
Color.parseColor("#b1c3f1")Accessibility — WCAG contrast
Aa
#b1c3f1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1c3f1 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green76.5%
Blue94.5%
CMYK percentages
Cyan26.6%
Magenta19.1%
Yellow0.0%
Key (black)5.5%
Color previews
#b1c3f1 text on a black background
contrast 11.95:1
Card sample
#b1c3f1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1c3f1;
Background color
Panel with #b1c3f1 background
background-color: #b1c3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1c3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 195, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 195, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1c3f1; background: linear-gradient(135deg, #b1c3f1, #CAB1F1);