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