#b2c7ee
a light, vivid blue · cool · closest name: skyblue
RGB
178, 199, 238
HSL
219°, 64%, 82%
CMYK
25, 16, 0, 7
Luminance
0.5648
Every format
| HEX | #b2c7ee |
| RGB | rgb(178, 199, 238) |
| HSL | hsl(219, 64%, 82%) |
| CMYK | cmyk(25%, 16%, 0%, 7%) |
| LAB | lab(79.9 1.4 -21.6) |
| LCH | lch(79.9 21.7 273.6) |
| OKLCH | oklch(0.827 0.060 262.8) |
Copy-ready code
/* CSS */
color: #b2c7ee;
background-color: #b2c7ee;
/* Tailwind (arbitrary) */
class="text-[#b2c7ee] bg-[#b2c7ee]"
/* SCSS */
$brand: #b2c7ee;
/* SwiftUI */
Color(red: 0.698, green: 0.780, blue: 0.933)
/* Android */
Color.parseColor("#b2c7ee")Accessibility — WCAG contrast
Aa
#b2c7ee on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c7ee on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.0%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta16.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b2c7ee text on a black background
contrast 12.30:1
Card sample
#b2c7ee text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c7ee;
Background color
Panel with #b2c7ee background
background-color: #b2c7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 199, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 199, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c7ee; background: linear-gradient(135deg, #b2c7ee, #C5B2EE);