#b2cef8
a light, electric blue · cool · closest name: skyblue
RGB
178, 206, 248
HSL
216°, 83%, 84%
CMYK
28, 17, 0, 3
Luminance
0.6038
Every format
| HEX | #b2cef8 |
| RGB | rgb(178, 206, 248) |
| HSL | hsl(216, 83%, 84%) |
| CMYK | cmyk(28%, 17%, 0%, 3%) |
| LAB | lab(82.0 -0.1 -23.7) |
| LCH | lch(82.0 23.7 269.9) |
| OKLCH | oklch(0.845 0.066 258.4) |
Copy-ready code
/* CSS */
color: #b2cef8;
background-color: #b2cef8;
/* Tailwind (arbitrary) */
class="text-[#b2cef8] bg-[#b2cef8]"
/* SCSS */
$brand: #b2cef8;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.973)
/* Android */
Color.parseColor("#b2cef8")Accessibility — WCAG contrast
Aa
#b2cef8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cef8 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta16.9%
Yellow0.0%
Key (black)2.7%
Color previews
#b2cef8 text on a black background
contrast 13.08:1
Card sample
#b2cef8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cef8;
Background color
Panel with #b2cef8 background
background-color: #b2cef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cef8; background: linear-gradient(135deg, #b2cef8, #C5B2F8);