#b1dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
177, 219, 235
HSL
197°, 59%, 81%
CMYK
25, 7, 0, 8
Luminance
0.6601
Every format
| HEX | #b1dbeb |
| RGB | rgb(177, 219, 235) |
| HSL | hsl(197, 59%, 81%) |
| CMYK | cmyk(25%, 7%, 0%, 8%) |
| LAB | lab(85.0 -10.1 -12.3) |
| LCH | lch(85.0 16.0 230.6) |
| OKLCH | oklch(0.867 0.049 223.1) |
Copy-ready code
/* CSS */
color: #b1dbeb;
background-color: #b1dbeb;
/* Tailwind (arbitrary) */
class="text-[#b1dbeb] bg-[#b1dbeb]"
/* SCSS */
$brand: #b1dbeb;
/* SwiftUI */
Color(red: 0.694, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#b1dbeb")Accessibility — WCAG contrast
Aa
#b1dbeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dbeb on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green85.9%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b1dbeb text on a black background
contrast 14.20:1
Card sample
#b1dbeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dbeb;
Background color
Panel with #b1dbeb background
background-color: #b1dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dbeb; background: linear-gradient(135deg, #b1dbeb, #B1B4EB);