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