#b1dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
177, 223, 235
HSL
192°, 59%, 81%
CMYK
25, 5, 0, 8
Luminance
0.6812
Every format
| HEX | #b1dfeb |
| RGB | rgb(177, 223, 235) |
| HSL | hsl(192, 59%, 81%) |
| CMYK | cmyk(25%, 5%, 0%, 8%) |
| LAB | lab(86.1 -12.2 -10.7) |
| LCH | lch(86.1 16.3 221.4) |
| OKLCH | oklch(0.875 0.050 215.4) |
Copy-ready code
/* CSS */
color: #b1dfeb;
background-color: #b1dfeb;
/* Tailwind (arbitrary) */
class="text-[#b1dfeb] bg-[#b1dfeb]"
/* SCSS */
$brand: #b1dfeb;
/* SwiftUI */
Color(red: 0.694, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#b1dfeb")Accessibility — WCAG contrast
Aa
#b1dfeb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dfeb on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.5%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b1dfeb text on a black background
contrast 14.62:1
Card sample
#b1dfeb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dfeb;
Background color
Panel with #b1dfeb background
background-color: #b1dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dfeb; background: linear-gradient(135deg, #b1dfeb, #B1B8EB);