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