#b1daee
a light, vivid cyan · cool · closest name: skyblue
RGB
177, 218, 238
HSL
200°, 64%, 81%
CMYK
26, 8, 0, 7
Luminance
0.6566
Every format
| HEX | #b1daee |
| RGB | rgb(177, 218, 238) |
| HSL | hsl(200, 64%, 81%) |
| CMYK | cmyk(26%, 8%, 0%, 7%) |
| LAB | lab(84.8 -8.9 -14.2) |
| LCH | lch(84.8 16.8 237.7) |
| OKLCH | oklch(0.866 0.051 229.1) |
Copy-ready code
/* CSS */
color: #b1daee;
background-color: #b1daee;
/* Tailwind (arbitrary) */
class="text-[#b1daee] bg-[#b1daee]"
/* SCSS */
$brand: #b1daee;
/* SwiftUI */
Color(red: 0.694, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#b1daee")Accessibility — WCAG contrast
Aa
#b1daee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1daee on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green85.5%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b1daee text on a black background
contrast 14.13:1
Card sample
#b1daee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1daee;
Background color
Panel with #b1daee background
background-color: #b1daee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1daee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1daee; background: linear-gradient(135deg, #b1daee, #B1B1EE);