#b2dbf8
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 248
HSL
205°, 83%, 84%
CMYK
28, 12, 0, 3
Luminance
0.6691
Every format
| HEX | #b2dbf8 |
| RGB | rgb(178, 219, 248) |
| HSL | hsl(205, 83%, 84%) |
| CMYK | cmyk(28%, 12%, 0%, 3%) |
| LAB | lab(85.5 -6.9 -18.5) |
| LCH | lch(85.5 19.8 249.6) |
| OKLCH | oklch(0.872 0.059 239.2) |
Copy-ready code
/* CSS */
color: #b2dbf8;
background-color: #b2dbf8;
/* Tailwind (arbitrary) */
class="text-[#b2dbf8] bg-[#b2dbf8]"
/* SCSS */
$brand: #b2dbf8;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#b2dbf8")Accessibility — WCAG contrast
Aa
#b2dbf8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbf8 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#b2dbf8 text on a black background
contrast 14.38:1
Card sample
#b2dbf8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbf8;
Background color
Panel with #b2dbf8 background
background-color: #b2dbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbf8; background: linear-gradient(135deg, #b2dbf8, #B8B2F8);