#b1d3f6
a light, electric blue · cool · closest name: skyblue
RGB
177, 211, 246
HSL
210°, 79%, 83%
CMYK
28, 14, 0, 4
Luminance
0.6259
Every format
| HEX | #b1d3f6 |
| RGB | rgb(177, 211, 246) |
| HSL | hsl(210, 79%, 83%) |
| CMYK | cmyk(28%, 14%, 0%, 4%) |
| LAB | lab(83.2 -3.5 -20.8) |
| LCH | lch(83.2 21.1 260.6) |
| OKLCH | oklch(0.854 0.061 249.3) |
Copy-ready code
/* CSS */
color: #b1d3f6;
background-color: #b1d3f6;
/* Tailwind (arbitrary) */
class="text-[#b1d3f6] bg-[#b1d3f6]"
/* SCSS */
$brand: #b1d3f6;
/* SwiftUI */
Color(red: 0.694, green: 0.827, blue: 0.965)
/* Android */
Color.parseColor("#b1d3f6")Accessibility — WCAG contrast
Aa
#b1d3f6 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1d3f6 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green82.7%
Blue96.5%
CMYK percentages
Cyan28.0%
Magenta14.2%
Yellow0.0%
Key (black)3.5%
Color previews
#b1d3f6 text on a black background
contrast 13.52:1
Card sample
#b1d3f6 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1d3f6;
Background color
Panel with #b1d3f6 background
background-color: #b1d3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1d3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 211, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 211, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1d3f6; background: linear-gradient(135deg, #b1d3f6, #BDB1F6);