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