#b2c2ee
a light, vivid blue · cool · closest name: skyblue
RGB
178, 194, 238
HSL
224°, 64%, 82%
CMYK
25, 19, 0, 7
Luminance
0.5422
Every format
| HEX | #b2c2ee |
| RGB | rgb(178, 194, 238) |
| HSL | hsl(224, 64%, 82%) |
| CMYK | cmyk(25%, 19%, 0%, 7%) |
| LAB | lab(78.6 4.0 -23.6) |
| LCH | lch(78.6 23.9 279.7) |
| OKLCH | oklch(0.817 0.065 269.3) |
Copy-ready code
/* CSS */
color: #b2c2ee;
background-color: #b2c2ee;
/* Tailwind (arbitrary) */
class="text-[#b2c2ee] bg-[#b2c2ee]"
/* SCSS */
$brand: #b2c2ee;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.933)
/* Android */
Color.parseColor("#b2c2ee")Accessibility — WCAG contrast
Aa
#b2c2ee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2ee on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta18.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b2c2ee text on a black background
contrast 11.84:1
Card sample
#b2c2ee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2ee;
Background color
Panel with #b2c2ee background
background-color: #b2c2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2ee; background: linear-gradient(135deg, #b2c2ee, #CAB2EE);