#b2dbfb
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 251
HSL
206°, 90%, 84%
CMYK
29, 13, 0, 2
Luminance
0.6709
Every format
| HEX | #b2dbfb |
| RGB | rgb(178, 219, 251) |
| HSL | hsl(206, 90%, 84%) |
| CMYK | cmyk(29%, 13%, 0%, 2%) |
| LAB | lab(85.5 -6.2 -19.9) |
| LCH | lch(85.5 20.9 252.8) |
| OKLCH | oklch(0.873 0.062 241.9) |
Copy-ready code
/* CSS */
color: #b2dbfb;
background-color: #b2dbfb;
/* Tailwind (arbitrary) */
class="text-[#b2dbfb] bg-[#b2dbfb]"
/* SCSS */
$brand: #b2dbfb;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#b2dbfb")Accessibility — WCAG contrast
Aa
#b2dbfb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbfb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#b2dbfb text on a black background
contrast 14.42:1
Card sample
#b2dbfb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbfb;
Background color
Panel with #b2dbfb background
background-color: #b2dbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbfb; background: linear-gradient(135deg, #b2dbfb, #BAB2FB);