#b2c6eb
a light, vivid blue · cool · closest name: skyblue
RGB
178, 198, 235
HSL
219°, 59%, 81%
CMYK
24, 16, 0, 8
Luminance
0.5585
Every format
| HEX | #b2c6eb |
| RGB | rgb(178, 198, 235) |
| HSL | hsl(219, 59%, 81%) |
| CMYK | cmyk(24%, 16%, 0%, 8%) |
| LAB | lab(79.5 1.2 -20.6) |
| LCH | lch(79.5 20.6 273.3) |
| OKLCH | oklch(0.824 0.057 262.7) |
Copy-ready code
/* CSS */
color: #b2c6eb;
background-color: #b2c6eb;
/* Tailwind (arbitrary) */
class="text-[#b2c6eb] bg-[#b2c6eb]"
/* SCSS */
$brand: #b2c6eb;
/* SwiftUI */
Color(red: 0.698, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#b2c6eb")Accessibility — WCAG contrast
Aa
#b2c6eb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c6eb on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.6%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta15.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b2c6eb text on a black background
contrast 12.17:1
Card sample
#b2c6eb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c6eb;
Background color
Panel with #b2c6eb background
background-color: #b2c6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c6eb; background: linear-gradient(135deg, #b2c6eb, #C4B2EB);