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