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