#b2cef9
a light, electric blue · cool · closest name: skyblue
RGB
178, 206, 249
HSL
216°, 86%, 84%
CMYK
29, 17, 0, 2
Luminance
0.6045
Every format
| HEX | #b2cef9 |
| RGB | rgb(178, 206, 249) |
| HSL | hsl(216, 86%, 84%) |
| CMYK | cmyk(29%, 17%, 0%, 2%) |
| LAB | lab(82.1 0.2 -24.2) |
| LCH | lch(82.1 24.2 270.4) |
| OKLCH | oklch(0.845 0.068 258.9) |
Copy-ready code
/* CSS */
color: #b2cef9;
background-color: #b2cef9;
/* Tailwind (arbitrary) */
class="text-[#b2cef9] bg-[#b2cef9]"
/* SCSS */
$brand: #b2cef9;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#b2cef9")Accessibility — WCAG contrast
Aa
#b2cef9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cef9 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue97.6%
CMYK percentages
Cyan28.5%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#b2cef9 text on a black background
contrast 13.09:1
Card sample
#b2cef9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cef9;
Background color
Panel with #b2cef9 background
background-color: #b2cef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cef9; background: linear-gradient(135deg, #b2cef9, #C5B2F9);