#b2dbf1
a light, vivid blue · cool · closest name: skyblue
RGB
178, 219, 241
HSL
201°, 69%, 82%
CMYK
26, 9, 0, 6
Luminance
0.6648
Every format
| HEX | #b2dbf1 |
| RGB | rgb(178, 219, 241) |
| HSL | hsl(201, 69%, 82%) |
| CMYK | cmyk(26%, 9%, 0%, 6%) |
| LAB | lab(85.2 -8.5 -15.1) |
| LCH | lch(85.2 17.4 240.7) |
| OKLCH | oklch(0.869 0.053 231.6) |
Copy-ready code
/* CSS */
color: #b2dbf1;
background-color: #b2dbf1;
/* Tailwind (arbitrary) */
class="text-[#b2dbf1] bg-[#b2dbf1]"
/* SCSS */
$brand: #b2dbf1;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#b2dbf1")Accessibility — WCAG contrast
Aa
#b2dbf1 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbf1 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue94.5%
CMYK percentages
Cyan26.1%
Magenta9.1%
Yellow0.0%
Key (black)5.5%
Color previews
#b2dbf1 text on a black background
contrast 14.30:1
Card sample
#b2dbf1 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbf1;
Background color
Panel with #b2dbf1 background
background-color: #b2dbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbf1; background: linear-gradient(135deg, #b2dbf1, #B3B2F1);