#b1d4f8
a light, electric blue · cool · closest name: skyblue
RGB
177, 212, 248
HSL
210°, 84%, 83%
CMYK
29, 15, 0, 3
Luminance
0.6321
Every format
| HEX | #b1d4f8 |
| RGB | rgb(177, 212, 248) |
| HSL | hsl(210, 84%, 83%) |
| CMYK | cmyk(29%, 15%, 0%, 3%) |
| LAB | lab(83.5 -3.5 -21.4) |
| LCH | lch(83.5 21.7 260.7) |
| OKLCH | oklch(0.857 0.063 249.3) |
Copy-ready code
/* CSS */
color: #b1d4f8;
background-color: #b1d4f8;
/* Tailwind (arbitrary) */
class="text-[#b1d4f8] bg-[#b1d4f8]"
/* SCSS */
$brand: #b1d4f8;
/* SwiftUI */
Color(red: 0.694, green: 0.831, blue: 0.973)
/* Android */
Color.parseColor("#b1d4f8")Accessibility — WCAG contrast
Aa
#b1d4f8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1d4f8 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green83.1%
Blue97.3%
CMYK percentages
Cyan28.6%
Magenta14.5%
Yellow0.0%
Key (black)2.7%
Color previews
#b1d4f8 text on a black background
contrast 13.64:1
Card sample
#b1d4f8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1d4f8;
Background color
Panel with #b1d4f8 background
background-color: #b1d4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1d4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 212, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 212, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1d4f8; background: linear-gradient(135deg, #b1d4f8, #BDB1F8);