#b2ccf8
a light, electric blue · cool · closest name: skyblue
RGB
178, 204, 248
HSL
218°, 83%, 84%
CMYK
28, 18, 0, 3
Luminance
0.5943
Every format
| HEX | #b2ccf8 |
| RGB | rgb(178, 204, 248) |
| HSL | hsl(218, 83%, 84%) |
| CMYK | cmyk(28%, 18%, 0%, 3%) |
| LAB | lab(81.5 1.0 -24.5) |
| LCH | lch(81.5 24.5 272.4) |
| OKLCH | oklch(0.841 0.068 260.9) |
Copy-ready code
/* CSS */
color: #b2ccf8;
background-color: #b2ccf8;
/* Tailwind (arbitrary) */
class="text-[#b2ccf8] bg-[#b2ccf8]"
/* SCSS */
$brand: #b2ccf8;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#b2ccf8")Accessibility — WCAG contrast
Aa
#b2ccf8 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccf8 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#b2ccf8 text on a black background
contrast 12.89:1
Card sample
#b2ccf8 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccf8;
Background color
Panel with #b2ccf8 background
background-color: #b2ccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccf8; background: linear-gradient(135deg, #b2ccf8, #C7B2F8);